Ralf Finne wrote: > Hi experts, > How do I see the contents of a package that looks > interesting? Efter I have loded the package, is there > an command that gives me the contents or even better > a summary or introduction.
> library(yags) # Load the package > search() # Where is the package? [1] ".GlobalEnv" "package:yags" [3] "package:nlme" "package:car" [5] "package:stats" "package:graphics" [7] "package:grDevices" "package:utils" [9] "package:datasets" "package:methods" [11] "Autoloads" "package:base" > ls(2) # What is in the package? [1] "ar1mat" "csmat" [3] "mvnsamp" "print.yagsResult" [5] "yags" "yags.adeqReport" [7] "yags.control" "yags.glmReport" [9] "yags.make.libu" "yags.wcorReport" > ?yags # Help for a particular function Also, follow the package links here for brief descriptions, reference manuals, and vignettes: http://cran.us.r-project.org/src/contrib/PACKAGES.html > Ralf Finne > SYH University of Applied Sciences, Finland > > ______________________________________________ > [email protected] 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. -- Chuck Cleland, Ph.D. NDRI, Inc. 71 West 23rd Street, 8th floor New York, NY 10010 tel: (212) 845-4495 (Tu, Th) tel: (732) 512-0171 (M, W, F) fax: (917) 438-0894 ______________________________________________ [email protected] 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.
