marelacTeaching: Datasets and tutorials for use in the MArine, Riverine,...

Description Details Author(s) Examples

Description

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:

Details

Package: marelacTeaching
Type: Package
Version: 1.1
Date: 2009-11-11
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.

Author(s)

Karline Soetaert (Maintainer)

Filip Meysman

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## 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)

marelacTeaching documentation built on May 2, 2019, 6:43 p.m.