[R] RgoogleMaps Axes

2011-06-07 Thread Erik Gregory
e "incorrect", but maybe i'm somehow misinterpreting the plot!)? Thank you for your time." There has been no answer other than that I ought to contact the package maintainer.  Since it would be nice to have a publicly displayed solution, I opted to post here first before doing

Re: [R] navigating in lists

2011-01-12 Thread Erik Gregory
2) a b c 2 4 6 > pick(test, 3) a b c NA NA 7 > pick(test, 4) a b c NA NA NA -Erik Gregory Student Assistant, California EPA CSU Sacramento, Mathematics - Original Message From: Greg Snow To: Jannis ; "r-help@r-project.org" Sent: Wed, January 12, 2011 1:17:54

Re: [R] R not recognized in command line

2011-01-06 Thread Erik Gregory
t need to see the output of the R script in the python console. If you really want to see that, have R write the output into some file that python can open and open that with python script! I did all this without any experience with python (I'm alright with R), so you may even find some short

[R] Navigating web pages using R

2011-01-04 Thread Erik Gregory
Is this a capability that R has as a language? Unfortunately, I'm unfamiliar with html or php programming, so if this question belongs in a forum on that I apologize. I'm trying to centralize all of my code for my analysis in R! Thank you, -Erik Gregory Student Assistant, Cali