ranges: Calculates descriptive stats from the HexSim generated report...

Description Usage Arguments Value

View source: R/HexSimR.R

Description

ranges calculates descriptive stats, for each year, from the HexSim generated report 'ranges'. In addition to HexSim items, ranges also calculates the mean number of groups and the mean size of territory in ha and sqkm based on the value passed with hx. From this table ranges then calculates the mean across all years in the window of years start - end.

Usage

1
ranges(rep.ranges = NULL, hx = NULL, events = NULL, start = "min", end = "max")

Arguments

rep.ranges

The fully qualified (i.e. including the path) name of the report

hx

The size of one hexagon in hectares

events

A character vector with the name of the events for which the mean and standard deviation across years needs to be calculated. If NULL (default), all events are considered

start

The first time step to be included

end

The last time step to be included

Value

A list with three elements:

These results are also saved to disk in two files:


carlopacioni/HexSimR documentation built on Nov. 28, 2020, 4:12 p.m.