search for: eplot

Displaying 4 results from an estimated 4 matches for "eplot".

Did you mean: plot
2010 Jul 29
2
multiple graphics windows open
...ows. Also, there should be a line segment on the original plot connecting the two selected points. > library(zoo) > xdate <- seq(as.Date("1998-01-01"),as.Date("2010-06-30"),by="day") > length(xdate) [1] 4564 > xt <- zoo(rnorm(4564),order=xdate) > eplot function (x) { x11() plot(x) z <- locator(2) x11() plot(window(x, start = min(z$x), end = max(z$x))) dev.set(dev.prev()) segments(z$x[1],z$y[1],z$x[2],z$y[2],col="red") dev.set(dev.next()) x11() ewma(window(x, start = min(z$x), end = max(z$x)))...
2010 Jul 29
1
multiple graphics windows open with sessionInfo
...blank window and maximize it, then it appears. But other than that, it does not. > xdate <- seq(as.Date("1998-01-01"),as.Date("2010-06-30"),by="day") > length(xdate) [1] 4564 > xt <- zoo(rnorm(4564),order=xdate) > #Here is the function itself: > eplot function (x) { require(zoo) require(qcc) windows() plot(x) z <- locator(2,type="l",col="red") windows() plot(window(x, start = min(z$x), end = max(z$x))) windows() ewma(window(x, start = min(z$x), end = max(z$x))) dev.set(3) plot(windo...
2011 Dec 12
1
Please delete my e-mail judit.barroso@montana.edu
...lat > file format (data frame) as > > Result Source > 1 a > 3 b > 2 b > 5 c > ... etc. > > (This is easy to do in R and via many packages.) and then use he > formula interface in the lattice ?bwplot function for th eplot. > > Cheers, > Bert > > > > > result > > > > On Mon, Dec 12, 2011 at 1:43 PM, Thomas Adams > > <thomas.adams at noaa.gov> > wrote: > >> Ryan, > >> > >> I think you could do what you want by having the vector data > &...
2011 Dec 12
4
Boxplot of multiple vectors with different lengths
Hello, I'm attempting to write a code that automatically imports data from different files (with different lengths-just one variable) and makes tidy box plots for comparison. I can successfully import the data and create a list of the vectors I want to compare. But I cannot, for the life of me, figure out how to generate box plots using the "list" option. Suppose these are my data: