Sorry... the function is qplot from ggplot2 package. i checked the R's documentation and the problem was solved with a simple command to load the package and its dependencies: library(ggplot2)
Thanks Ricardo ----- Original Message ---- From: hadley wickham <[EMAIL PROTECTED]> To: Ricardo Perrone <[EMAIL PROTECTED]> Sent: Friday, December 28, 2007 5:20:42 PM Subject: Re: [R] gplot function - error Do you mean qplot or ggplot? Hadley On Dec 28, 2007 2:26 PM, Ricardo Perrone <[EMAIL PROTECTED]> wrote: > Hi all, > > i installed the ggplot2 package via install.packages(), but the gplot function was not recognized in R console command. Is there any paths to configure? The error message reports that the function was not found. > > Thanks > Ricardo > > > > > ____________________________________________________________________________________ > Be a better friend, newshound, and > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- http://had.co.nz/ ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.