Skip to content

Contents of R-packages

4 messages · Ralf Finne, Chuck Cleland, Milton Cezar Ribeiro

#
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
#
Ralf Finne wrote:
[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"
[1] "ar1mat"           "csmat"
 [3] "mvnsamp"          "print.yagsResult"
 [5] "yags"             "yags.adeqReport"
 [7] "yags.control"     "yags.glmReport"
 [9] "yags.make.libu"   "yags.wcorReport"
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 wrote:
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