powered by
Load fitting cache data (if available)
cacheGet(prefix, type, args = NULL, graph = NULL, ...)
cached data, if cache is available, otherwise NULL
function prefix (e.g. "calc" or "read")
output type (e.g. "TauTotal")
a list of named arguments used to call the given function
A madrat graph as returned by getMadratGraph. Will be created with getMadratGraph if not provided.
getMadratGraph
Additional arguments for getMadratGraph in case that no graph is provided (otherwise ignored)
Jan Philipp Dietrich
cachePut, cacheName
cachePut
cacheName
madrat:::cacheGet("calc", "TauTotal", packages = "madrat")
Run the code above in your browser using DataLab