Revision a3b36b11f303903ddb13a38d7010f6defd26b94e authored by jmc on 14 July 2008, 00:00:00 UTC, committed by Gabor Csardi on 14 July 2008, 00:00:00 UTC
1 parent e3fb24e
Raw File
Examples.Rd
\name{SoDA-Examples}
\alias{SoDA-Examples}
\alias{Examples}
\docType{package}
\title{
Example Files for the book "Software for Data Analysis"
}
\description{The SoDA package has a set of files related to examples in the book.  These are all found in the directory \code{"Examples"} under the installed version of the package.  The files are intended to be edited and used as source to experiment with the examples in the book.
}
\details{The files are not demos, since most of them are not self-contained.  Instead, the idea is that you can extract pieces of code  to run or edit.
To find all the examples, 

\code{list.files(system.file("Examples", package = "SoDA"))}


}
\author{
John M. Chambers <jmc@r-project.org>
}
\keyword{programming}
back to top