Usage
predictTime(nObs, nPred, class, formulaString, calibration=FALSE,
outputWhat, FUN = "spatialPredict",...)Arguments
nObs
An integer or an array of integers containing the number of observations.
nPred
An integer or an array of integers containing the number of predictions.
class
class of intamapObject, which interpolation method to be used
formulaString
the formula of the request, mainly to see if the request has independent variables
calibration
enables or disables time calibration - not properly implemented yet
FUN
A string with the intamap functions name, now obsolete
...
other arguments needed to define the intamap object.