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. Ralf Finne SYH University of Applied Sciences, Finland
Contents of R-packages
4 messages · Ralf Finne, Chuck Cleland, Milton Cezar Ribeiro
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
______________________________________________ R-help at stat.math.ethz.ch 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
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.
The following, which was mentioned to me off the list, also provides useful summaries within R: library(help="vcd") # Summaries of vcd package and functions
Ralf Finne SYH University of Applied Sciences, Finland
______________________________________________ R-help at stat.math.ethz.ch 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
Um texto embutido e sem conjunto de caracteres especificado associado... Nome: n?o dispon?vel Url: https://stat.ethz.ch/pipermail/r-help/attachments/20061215/fe1d092b/attachment.pl