Sampling: Main function

Description Usage Arguments Value

Description

Sampling runs the 'Sampling' function.

Usage

1
2
3
Sampling(data, num.of.plots.forest, num.of.plots.farmland,
  num.of.plots.grassland, paid, volunteer, num.paid.forest, num.paid.farmland,
  num.paid.grassland, frequency.year, frequency.month, frequency.day, outputall)

Arguments

data

The input dataset

num.of.plots.forest

Number of plots with forest habitat

num.of.plots.farmland

Number of plots with farmland habitat

num.of.plots.grassland

Number of plots with grassland habitat

paid

Vector created with CreateEcologist for paid observers

volunteer

Vector created with CreateEcologist for volunteers

num.paid.forest

Number of plots with forest habitat that are sampled by paid observers

num.paid.farmland

Number of plots with farmland habitat that are sampled by paid observers

num.paid.grassland

Number of plots with grassland habitat that are sampled by paid observers

frequency.year

Yearly sampling frequency

frequency.month

Montly sampling frequency

frequency.day

Daily sampling frequency

outputall

If 'True' complete dataset is returned. If 'False' only the sampled plots are returned

Value

Depending on outputall the whole dataset or just the sampled cells are returned.


fschirr/VirSysMon documentation built on May 16, 2019, 3:34 p.m.