function used to select which types of tests you want in occTest workflow (analysisSet)
setTestTypes(
countryStatusRange = TRUE,
centroidDetection = TRUE,
humanDetection = TRUE,
landUseType = TRUE,
institutionLocality = TRUE,
geoOutliers = TRUE,
envOutliers = TRUE,
geoenvLowAccuracy = TRUE
)
list with user analysis settings
logical. Should this test type be performed?
logical. Should this test type be performed?
logical. Should this test type be performed?
logical. Should this test type be performed?
logical. Should this test type be performed?
logical. Should this test type be performed?
logical. Should this test type be performed?
logical. Should this test type be performed?
Josep M Serra-Diaz (pep.serradiaz@agroparistech.fr)
See occTest::showTests for further information on tests used in the packages
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