Description Usage Arguments Value Examples
View source: R/validationDataClass.R
Checks wether an object is of type "validationData"
1 |
x |
The object |
true or false
1 2 3 4 5 6 | obsFile = system.file("data", "obsSampleRhine.nc", package = "dischargeValidation", mustWork = T)
simFiles = system.file("data", "simSampleRhine.nc", package = "dischargeValidation", mustWork = T)
locations = getLocationsFromBoundingBox(obsFile = obsFile, boundingBox = c(6.75,10.25,47.75,51.25))
data = getData(obsFile = obsFile, simFiles = simFiles, location = locations[1:4])
isValidationData(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.