setTestTypes: Set the tests to run

setTestTypesR Documentation

Set the tests to run

Description

function used to select which types of tests you want in occTest workflow (analysisSet)

Usage

setTestTypes(
  countryStatusRange = TRUE,
  centroidDetection = TRUE,
  humanDetection = TRUE,
  landUseType = TRUE,
  institutionLocality = TRUE,
  geoOutliers = TRUE,
  envOutliers = TRUE,
  geoenvLowAccuracy = TRUE
)

Arguments

countryStatusRange

logical. Should this test type be performed?

centroidDetection

logical. Should this test type be performed?

humanDetection

logical. Should this test type be performed?

landUseType

logical. Should this test type be performed?

institutionLocality

logical. Should this test type be performed?

geoOutliers

logical. Should this test type be performed?

envOutliers

logical. Should this test type be performed?

geoenvLowAccuracy

logical. Should this test type be performed?

Details

See occTest::showTests for further information on tests used in the packages

Value

list with user analysis settings

Author(s)

Josep M Serra-Diaz (pep.serradiaz@agroparistech.fr)

Examples

defaultSettings_analysis <- setTestTypes()
#now we do not want to perform centroid geoenironmental accuracy type of tests
mySettings_analysis <- setTestTypes(geoenvLowAccuracy=FALSE)

occTest documentation built on Nov. 18, 2022, 5:07 p.m.