cacheGet {madrat} | R Documentation |
Tool: cacheGet
Description
Load fitting cache data (if available)
Usage
cacheGet(prefix, type, args = NULL, graph = NULL, ...)
Arguments
prefix |
function prefix (e.g. "calc" or "read") |
type |
output type (e.g. "TauTotal") |
args |
a list of named arguments used to call the given function |
graph |
A madrat graph as returned by |
... |
Additional arguments for |
Value
cached data, if cache is available, otherwise NULL
Author(s)
Jan Philipp Dietrich
See Also
Examples
madrat:::cacheGet("calc", "TauTotal", packages = "madrat")
[Package madrat version 3.6.4 Index]