Displaying 1 result from an estimated 1 matches for "oksoil".
2005 Jun 03
1
Creating datasets
...ata directory that look like an index of the
> datasets,
> the datasets themselves and something I haven't worked out yet. I
> haven't found a description of how to do that trick.
>
> Thus I created the dataset by reading a CSV data file into a
> data frame
>
> oksoil<-read.table("oksoil.csv",sep=",")
>
> That data frame works fine in all the functions. Then I saved it:
>
> save(oksoil,file="/home/jim/R/plotrix/data/oksoil.rda")
>
> But when I check the package, the examples don't work:
>
> R CMD c...