50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

occTest (version 0.1.1)

setTestTypes: 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
)

Value

list with user analysis settings

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?

Author

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

Details

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

Examples

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

Run the code above in your browser using DataLab