edd_plot: Generating plots for a replicated edd simulation

View source: R/edd_plot.r

edd_plotR Documentation

Generating plots for a replicated edd simulation

Description

Function to automatically generate several plots from raw data of a replicated edd simulation

Usage

edd_plot(
  raw_data = NULL,
  which = "all",
  save_plot = FALSE,
  path = NULL,
  strategy = "sequential",
  workers = 1,
  verbose = TRUE
)

Arguments

raw_data

a list of results generated by edd simulation function

which

Which part of data to be plotted

save_plot

Logical, decides whether to save the plots to files

strategy

Determine if the simulation is sequential or multi-sessioned or multi-cored

workers

Determine how many sessions are participated in the simulation

verbose

Logical, decides whether to print loading details

Value

a plot pack containing several plots

Author(s)

Tianjian Qin


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