inst/doc/v4.R

## ---- echo = FALSE, eval=TRUE, include=FALSE----------------------------------
knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
options(knitr.table.format = "html", rmarkdown.html_vignette.check_title = FALSE)

library(eRTG3D)
set.seed(123)
cerw <- reproduce.track.3d(niclas, DEM = dem)

## ----eval=FALSE---------------------------------------------------------------
#  cerw <- reproduce.track.3d(niclas, DEM = dem)

## ----eval=TRUE----------------------------------------------------------------
tests <- test.verification.3d(niclas, cerw, test = "ks", plot = FALSE)

## ----eval=TRUE----------------------------------------------------------------
tests <- test.verification.3d(niclas, cerw, test = "ttest", plot = FALSE)

Try the eRTG3D package in your browser

Any scripts or data that you put into this service are public.

eRTG3D documentation built on March 18, 2022, 6:11 p.m.