setoutput {lgcp} | R Documentation |
setoutput function
Description
Sets output functionality for lgcpPredict via the main functions dump2dir and MonteCarloAverage. Note that it is possible for
the user to create their own gridfunction
and gridmeans
schemes.
Usage
setoutput(gridfunction = NULL, gridmeans = NULL)
Arguments
gridfunction |
what to do with the latent field, but default this set to nothing, but could save output to a directory, see ?dump2dir |
gridmeans |
list of Monte Carlo averages to compute, see ?MonteCarloAverage |
Value
output parameters
See Also
lgcpPredict, dump2dir, MonteCarloAverage
[Package lgcp version 2.0 Index]