search for: testpos

Displaying 10 results from an estimated 10 matches for "testpos".

2016 Apr 21
2
clock24.plot/radial plot
Dear All, I am trying to generate a circular/radial plot. The script below has a result I am looking for: testlen<-rnorm(24)*2+5 testpos<-0:23+rnorm(24)/4 clock24.plot(testlen,testpos,main="Test Clock24 (lines)",show.grid=FALSE, line.col="green",lwd=3) if(dev.interactive()) par(ask=TRUE) # now do a 'daylight' plot oldpar<-clock24.plot(testlen[7:19],testpos[7:19], main="Test Clock24 dayt...
2016 Apr 22
0
clock24.plot/radial plot
...mazonaws.com/3369_998f8b2d788e4a0384ae565c4280aa47.html On Fri, 22 Apr 2016 at 08:31 Ogbos Okike <giftedlife2014 at gmail.com> wrote: > Dear All, > I am trying to generate a circular/radial plot. The script below has a > result I am looking for: > testlen<-rnorm(24)*2+5 > testpos<-0:23+rnorm(24)/4 > clock24.plot(testlen,testpos,main="Test Clock24 (lines)",show.grid=FALSE, > line.col="green",lwd=3) > if(dev.interactive()) par(ask=TRUE) > # now do a 'daylight' plot > oldpar<-clock24.plot(testlen[7:19],testpos[7:19], >...
2016 Apr 22
2
clock24.plot/radial plot
...384ae565c4280aa47.html > > On Fri, 22 Apr 2016 at 08:31 Ogbos Okike <giftedlife2014 at gmail.com> wrote: > >> Dear All, >> I am trying to generate a circular/radial plot. The script below has a >> result I am looking for: >> testlen<-rnorm(24)*2+5 >> testpos<-0:23+rnorm(24)/4 >> clock24.plot(testlen,testpos,main="Test Clock24 >> (lines)",show.grid=FALSE, >> line.col="green",lwd=3) >> if(dev.interactive()) par(ask=TRUE) >> # now do a 'daylight' plot >> oldpar<-clock24.plot(testl...
2016 Apr 22
0
clock24.plot/radial plot
...384ae565c4280aa47.html > > On Fri, 22 Apr 2016 at 08:31 Ogbos Okike <giftedlife2014 at gmail.com> wrote: > >> Dear All, >> I am trying to generate a circular/radial plot. The script below has a >> result I am looking for: >> testlen<-rnorm(24)*2+5 >> testpos<-0:23+rnorm(24)/4 >> clock24.plot(testlen,testpos,main="Test Clock24 >> (lines)",show.grid=FALSE, >> line.col="green",lwd=3) >> if(dev.interactive()) par(ask=TRUE) >> # now do a 'daylight' plot >> oldpar<-clock24.plot(testl...
2016 Apr 29
0
clock24.plot/radial plot: Fixed
...Okike <giftedlife2014 at gmail.com> > >> wrote: > >> > >>> Dear All, > >>> I am trying to generate a circular/radial plot. The script below has a > >>> result I am looking for: > >>> testlen<-rnorm(24)*2+5 > >>> testpos<-0:23+rnorm(24)/4 > >>> clock24.plot(testlen,testpos,main="Test Clock24 > >>> (lines)",show.grid=FALSE, > >>> line.col="green",lwd=3) > >>> if(dev.interactive()) par(ask=TRUE) > >>> # now do a 'daylight'...
2012 Mar 21
1
Forloop/ifelse program problem and list of dataframes
Hello R Community, I don't post to these things often so excuse me if I stumble on my forum etiquette. This is a complex problem for me, which may require two forum entries, but I will try my best to be concise. Also, I am a self taught coder, so if my code is not to convention, your constructive criticism is always welcome. I need to split up a data frame by participant (gpsarc -
2011 Jul 27
1
Question re the plotrix package
Dear list, I am using the ?clock24.plot command in this excellent package to plot animal activity data. Does anyone know if both symbols and a line can be plotted on the same plot to show both raw data (symbols) and a line (describing a statistical model of the pattern) ? Or if more than one line etc can be plotted? Thanks Paul
2011 Apr 11
1
Polar Plots
Dear List, Following the link below ( http://rgm2.lab.nig.ac.jp/RGM2/func.php?rd_id=plotrix:clock24.plot) I got an interesting polar plots which displayed my data and the time of observation. Thank you very much for providing such details. However, I have two set of data which I wish to display in the same polar plot. I tried using points to add the second data but could not succeed. That is,
2007 Aug 20
1
polar.plot orientation and scale in plotrix
Hello all- I would like to orient my polar.plot (from package plotrix) so that the circular scale runs clockwise and the origin (ie. 0 degrees) starts at the top of the plot. The defaults of running the scale counter-clockwise and beginning with 90 degrees at the top of the graph seems counter-intuitive to me. I'm using R 2.5.0, and plotrix version 2.2-4. Many thanks, Tim
2011 Jun 07
3
Representacion gráfica de 8 categorías
Hola, Estoy buscando una representación gráfica similar a la que da: ternatyplot del paquete vcd : data(Lifeboats) attach(Lifeboats) ternaryplot( Lifeboats[,4:6], pch = ifelse(side=="Port", 1, 19), col = ifelse(side=="Port", "red", "blue"), id = ifelse(men/total > 0.1, as.character(boat), NA), main = "Lifeboats on Titanic" ) Pero