Re: [R] as.Date and ylim in empty plot: RESOLVED

2018-09-19 Thread Ogbos Okike
Hi David, That's it!!! The outcome is attached. Many thanks please. Best Ogbos On Wed, Sep 19, 2018 at 11:34 PM David Winsemius wrote: > > > On Sep 19, 2018, at 7:55 AM, Ogbos Okike > wrote: > > > > Dear Experts, > > I generated the plot attached. Every other thing is OK except the black > >

Re: [R] as.Date and ylim in empty plot

2018-09-19 Thread David Winsemius
> On Sep 19, 2018, at 7:55 AM, Ogbos Okike wrote: > > Dear Experts, > I generated the plot attached. Every other thing is OK except the black > horizontal lines which should appear like points or dots as the coloured > ones. I can't understand why. > > I tried to change it to look like dots by

Re: [R] as.Date and ylim in empty plot

2018-09-19 Thread MacQueen, Don via R-help
I'm a little surprised at some of what happens, but you can get date labels on the x axis like this: drng <- as.Date( c('2005-1-1' , '2005-12-31') ) plot(1, type="n", xlab="", ylab="", xaxt='n', xlim=drng, ylim=c(-.5, -10)) axis(1, at= pretty(drng), lab=format(pretty(drng))) and if you prefer so

[R] as.Date and ylim in empty plot

2018-09-19 Thread Ogbos Okike
Dear Experts, I generated the plot attached. Every other thing is OK except the black horizontal lines which should appear like points or dots as the coloured ones. I can't understand why. I tried to change it to look like dots by calling empty plots so that I will add them as points. Since I hav

Re: [R] frequent-pattern tree

2018-09-19 Thread Sarah Goslee
A quick search on the incredibly useful rseek.org turns up a couple of possibilities, including the rCBA package, and https://stackoverflow.com/questions/38240190/frequent-pattern-growth-in-r-or-python This is out of my area, but the searching suggests that FP tree and FP growth are closely linke

[R] frequent-pattern tree

2018-09-19 Thread Jeff Reichman
r-help Is there a r-package that will construct a frequent-pattern (FP) tree ? Jeff Reichman [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo

[R] New to R

2018-09-19 Thread Bill Poling
Hello Jim, as new use"R" myself, 1.5 years I HIGHLY recommend emersion. Subscribe to : https://www.r-bloggers.com/ https://stackoverflow.com http://blog.revolutionanalytics.com/ Anything Hadley Wickam, he has several free e-books. Depending on r-help (r-help@r-project.org

[R] Smallest Space Analysis (SSA) in R

2018-09-19 Thread Andrew
Hi As part of my forensics psych course, we have been introduced to Guttman's smallest space analysis (SSA). I want to explore this approach using R, but despite finding some queries on the web about this same thing, have yet to find any answers. The MASS package doesn't seem to do the job, an