marelacTeaching-package   package:marelacTeaching   R Documentation

_D_a_t_a_s_e_t_s _a_n_d _t_u_t_o_r_i_a_l_s _f_o_r _u_s_e _i_n _t_h_e
_M_A_r_i_n_e, _R_i_v_e_r_i_n_e, _E_s_t_u_a_r_i_n_e, _L_A_c_u_s_t_r_i_n_e _a_n_d _C_o_a_s_t_a_l _s_c_i_e_n_c_e_s

_D_e_s_c_r_i_p_t_i_o_n:

     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:

        *  a tutorial for novice R-users, focussing on the use of R in
           scientific computing.

        *  data sets used in science teaching.

_D_e_t_a_i_l_s:


       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.

_A_u_t_h_o_r(_s):

     Karline Soetaert (Maintainer)

     Filip Meysman

_E_x_a_m_p_l_e_s:

     ## 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)

