edd_stat | R Documentation |
Function to calculate tree statistics of simulation results
edd_stat(
raw_data,
method = "treestats",
strategy = "sequential",
workers = 1,
verbose = TRUE
)
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 |
a data frame of tree statistics
Tianjian Qin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.