You can get a list of functions in a package by calling library() with the help argument. For instance, for help on the mvtnorm package, type one of the following:
library()
help
mvtnorm
> library(help=mvtnorm)
> help(package=mvtnorm)