search for: numdata2

Displaying 2 results from an estimated 2 matches for "numdata2".

Did you mean: numdata
2003 Jun 26
2
Plots using POSIX
...For example: > timedata <- c("2/3/2003","3/4/2003","5/4/2003") > timedata2 <- strptime(timedata,format="%m/%d/%Y") > numdata <- c(2,3,4) > plot(as.POSIXct(timedata2),numdata,col="red",type="o") As compared to: > numdata2 <- c(3,4,5) > plot(numdata2,numdata,col="red",type="o") I assume that the work around is to place the box and axis after the plot is created, correct? Shawn Way Engineering Manager Tanox, Inc.
2003 Jun 27
1
R-help Digest, Vol 4, Issue 27 ( -Reply)
...For example: > timedata <- c("2/3/2003","3/4/2003","5/4/2003") > timedata2 <- strptime(timedata,format="%m/%d/%Y") > numdata <- c(2,3,4) > plot(as.POSIXct(timedata2),numdata,col="red",type="o") As compared to: > numdata2 <- c(3,4,5) > plot(numdata2,numdata,col="red",type="o") I assume that the work around is to place the box and axis after the plot is created, correct? Shawn Way Engineering Manager Tanox, Inc. ------------------------------ Message: 10 Date: Thu, 26 Jun 2003 14:15:01...