search for: xwide

Displaying 3 results from an estimated 3 matches for "xwide".

Did you mean: wide
2010 Sep 10
1
modifying axis labels in lattice panels
...uld be greatly appreciated, Thanks, Markus PS I am using R version 2.10.0 on MACOS and the lattice package version 0.18-3 (latest) ------------------------------------------------------------------------------------ library(lattice); #multivariate time series, one row for each hour of the week: Xwide = cbind.data.frame(time=as.POSIXct("2010-09-06 00:00:00 EDT") + (0:167)*3600, Comp.1= sin(2*pi*7*(0:167)/168), Comp.2 = cos(2*pi*7*(0:167)/168)); #to pass this to xyplot, first need to reshape: Xlong <- reshape(Xwide, varying = c(2:3), idvar = "time", direction="long&quo...
2010 Oct 13
2
vertical kites in KiteChart (plotrix)
Dear everyone, I would like to create a kite chart in which I plot densities (width of the vertical kites) in relation to sediment depth (on reversed y-axis) for 6 different locations (Distances from seep site, on x-axis on top of the plot). The dataset I would like to use is: Distance_from_seep_site Sedimentdepth Density 1100 0 107.8 1100 1 264.6 1100 2 284.2
2010 Oct 15
0
nomianl response model
...this last problem? Thanks, Ellen On 13 October 2010 10:54, mbedward [via R] < ml-node+2993367-1675229982-199230 at n4.nabble.com<ml-node%2B2993367-1675229982 -199230 at n4.nabble.com> > wrote: > Oops, sorry, I left out a step in that last post > > After replace NAs with 0 in Xwide... > > # use distance col as row names > rownames( Xwide ) <- Xwide[ , 1 ] > Xwide <- Xwide[ , -1 ] > > kiteChart( Xwide ) > > > On 13 October 2010 19:49, Michael Bedward <[hidden email]<http://user/SendEmail.jtp?type=node&node=2993367&i=0>> >...