Displaying 6 results from an estimated 6 matches for "kathan".
Did you mean:
nathan
2009 Mar 30
2
Add missing values/timestamps
Hello alltogheter,
I have the following problem and maybe someone can help me with it.
I have a list of values with times. They look like that:
V1 V2
1 2008-10-14 08:45:00 94411.08
2 2008-10-14 08:50:00 90745.45
3 2008-10-14 08:55:00 82963.35
4 2008-10-14 09:00:00 75684.38
5 2008-10-14 09:05:00 78931.82
6 2008-10-14 09:20:00 74580.11
7 2008-10-14 09:25:00
2009 Apr 01
0
回复: R-help Digest, Vol 73, Issue 32
...at
Clemson could provide any leads. Does anyone on this list have
contact information for Marie Coffin or Karen A.F. Copeland? I have
been unsuccessful in various google searches.
------------------------------
Message: 28
Date: Mon, 30 Mar 2009 07:38:57 -0700 (PDT)
From: "j.k" <kathan@gmx.at>
Subject: [R] Add missing values/timestamps
To: r-help@r-project.org
Message-ID: <22784737.post@talk.nabble.com>
Content-Type: text/plain; charset=us-ascii
Hello alltogheter,
I have the following problem and maybe someone can help me with it.
I have a list of values with times. T...
2009 Apr 11
1
Install odfWeave on Ubuntu 8.10 Intrepid Ibex
Hello togheter,
I've installed R with this instruction:
http://edtechdev.blogspot.com/2009/03/r-in-ubuntu-intrepid.html
After that I tried to install odfWeave with this:
> install.packages("odfWeave")
Then there came this warning:
Warnung in install.packages("odfWeave") :
Argument 'lib' missing: use
'/home/johannes/R/i486-pc-linux-gnu-library/2.8'
2009 Mar 26
1
Sort by timestamp
#Good morning alltogheter. I'm using R for a short time to analyse TimeSeries
and I have the following Problem:
#I have a bunch of Time Series:
#First of all I import them from a txt File
data.input01 <-read.csv("./LD/20081030.txt", header = TRUE, sep = ";",
quote="\"", dec=",", fill = TRUE, comment.char="")
data.input02
2010 Feb 16
3
Triangular filled contour plot
Hi all,
I am working on a filled contour plot which shows a triangular matrix data
set (as shown below). Is there a possibilty to draw a triangular filled
contour in a equilateral triangle (like a ternary plot)?
Thanks in advance
Johannes
http://n4.nabble.com/file/n1557386/Bild3.png
--
View this message in context: http://n4.nabble.com/Triangular-filled-contour-plot-tp1557386p1557386.html
2009 Apr 15
2
shift/lag when merge zoo
Hello alltogheter,
I have a little problem regarding merging to zoo series.
I want to merge two zoo series to reduce the timegaps between the stamps.
I use the following code:
data.test <-
as.POSIXct(seq(data.input01[1,1],data.input01[nrow(data.input01),1],900),tz="GMT")
data.troughput01 <- as.zoo(data.input01$V2)
index(data.troughput01) <-