--- On Sat, 5/14/11, Ramnath R <vrramn...@gmail.com> wrote:

> From: Ramnath R <vrramn...@gmail.com>
> Subject: [R] (no subject)
> To: r-help@r-project.org
> Received: Saturday, May 14, 2011, 9:45 AM
> Can any one help me where i can find
> small standalone R programs that do
> things like
> scatterplot, mean/median, kernel density estimation etc.
> 
?plot  # type "?plot" in the R console for the help file
?median
?mean
They are all built in in the R Base.
For kernal densities you probably  need to download a contributed packange.

I'd recommend having a look at the Introduction to R manual available on the R 
site

______________________________________________
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.

Reply via email to