Re: [R] clock24.plot/radial plot: Fixed

2016-04-29 Thread Ogbos Okike
ll come from that package. > > > > - > > David L Carlson > > Department of Anthropology > > Texas A&M University > > College Station, TX 77840-4352 > > > > -Original Message- > > From: R-help [mailt

Re: [R] clock24.plot/radial plot

2016-04-22 Thread Ogbos Okike
, April 22, 2016 2:05 PM > To: Ulrik Stervbo > Cc: r-help@r-project.org > Subject: Re: [R] clock24.plot/radial plot > > Kind Experts, > Many thanks for your guide. I have tried to figure out something that > can help me plot my own data using the examples you referred

Re: [R] clock24.plot/radial plot

2016-04-22 Thread David L Carlson
lege Station, TX 77840-4352 -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Ogbos Okike Sent: Friday, April 22, 2016 2:05 PM To: Ulrik Stervbo Cc: r-help@r-project.org Subject: Re: [R] clock24.plot/radial plot Kind Experts, Many thanks for your guide. I

Re: [R] clock24.plot/radial plot

2016-04-22 Thread Ogbos Okike
Kind Experts, Many thanks for your guide. I have tried to figure out something that can help me plot my own data using the examples you referred me to. I copied part of the code as: set.seed(44) N=500 events <- as.POSIXct("2011-01-01", tz="GMT") + days(floor(365*runif(N))) +

Re: [R] clock24.plot/radial plot

2016-04-21 Thread Ulrik Stervbo
I use ggplot2 for all my plotting needs where you can make plots circular with the coord_polar. Maybe this will help you along: http://rstudio-pubs-static.s3.amazonaws.com/3369_998f8b2d788e4a0384ae565c4280aa47.html On Fri, 22 Apr 2016 at 08:31 Ogbos Okike wrote: > Dear All, > I am trying to gene

[R] clock24.plot/radial plot

2016-04-21 Thread Ogbos Okike
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) # no