R/r_package_description.R

#' SamplingVirtualEcologist: A package for simulating the sampling of data.
#'
#' The SamplingVirtualEcologist package simulates the sampling of data. It
#' should help to improve the results of monitoring programms or should help in 
#' the development of them.
#' 
#' 
#' @section SamplingVirtualEcologist functions:
#' \itemize{
#'   \item PrepareDataset
#'   \item CreateEcologist
#' }
#' 
#' @section intern functions:
#' 
#' \itemize{ 
#'   \item CheckingInputs
#'   \item ChoosePlots
#'   \item ExpertPlots
#'   \item VolunteerPlots
#' }
#'
#' @docType package
#' @name SamplingVirtualEcologist
NULL
#> NULL

library(ggplot2)
library(Rmisc)
fschirr/sampling_r_package documentation built on May 16, 2019, 3:35 p.m.