marelacTeaching-package {marelacTeaching} | R Documentation |
R-package marelacTeaching has been designed as a tool to help in teaching students from the MArine, Riverine, Estuarine, LAcustrine and Coastal sciences.
It contains:
Package: | marelac |
Type: | Package |
Version: | 1.1 |
Date: | 2009-10-15 |
License: | GNU Public License 2 or above |
To open the lecture notes, copy-paste this sentence to R:
browseURL(paste(system.file(package="marelacTeaching"), "/doc/UsingR.pdf", sep=""))
which will open a PDF generated with WORD (Microsoft)
or type vignette("UsingR")
which will open a LaTeX-generated file.
Karline Soetaert (Maintainer)
Filip Meysman
## Not run: ## show examples (see respective help pages for details) example(Bathymetry) example(SCOC) example(Zoogrowth) ## open the directory with documents browseURL(paste(system.file(package="marelacTeaching"), "/doc", sep="")) ## show document with the introduction to R - one file, a pdf generated with WORD: browseURL(paste(system.file(package="marelacTeaching"), "/doc/UsingR.pdf", sep="")) ## the introduction to R - a vignette vignette("UsingR") ## and the answers vignette("Answers") edit(vignette("UsingR")) edit(vignette("Answers")) ## End(Not run)