simulation_summary {medfateland}R Documentation

Summarizes spatial simulation results

Description

Creates spatial objects containing summaries of simulations

Usage

simulation_summary(object, summary_function, ...)

Arguments

object

An object of class 'sf' simulation results (e.g. the result of calling spwb_spatial).

summary_function

The summary function to be executed on simulation results (see details).

...

Additional parameters to the summary function.

Details

The function supplied should take as input an object of local simulation function, i.e. spwb, growth, or fordyn. The output should be a matrix with dates as rows and variables in columns. An example of suitable function is summary.spwb.

Value

An object of class sf, with the following two elements:

Author(s)

Miquel De Cáceres Ainsa, CREAF.

See Also

spwb_spatial, plot_summary


[Package medfateland version 2.4.5 Index]