setTestTypes | R Documentation |
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 )
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? |
See occTest::showTests for further information on tests used in the packages
list with user analysis settings
Josep M Serra-Diaz (pep.serradiaz@agroparistech.fr)
defaultSettings_analysis <- setTestTypes() #now we do not want to perform centroid geoenironmental accuracy type of tests mySettings_analysis <- setTestTypes(geoenvLowAccuracy=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.