edd_stat: Function to calculate tree statistics of simulation results

View source: R/edd_stat.R

edd_statR Documentation

Function to calculate tree statistics of simulation results

Description

Function to calculate tree statistics of simulation results

Usage

edd_stat(
  raw_data,
  method = "treestats",
  strategy = "sequential",
  workers = 1,
  verbose = TRUE
)

Arguments

raw_data

Results of simulation

method

Method to calculate tree statistics, default is "treestats"

strategy

Parallel strategy, default is "sequential"

workers

Number of workers, default is 1

verbose

Whether to print progress, default is TRUE

Value

a data frame of tree statistics

Author(s)

Tianjian Qin


EvoLandEco/eve documentation built on Sept. 14, 2024, 12:04 a.m.