plot.sim.obs: Plot simulated data against observed

View source: R/visualization.tools.R

plot.sim.obsR Documentation

Plot simulated data against observed

Description

This function plots an histogram of the simulated summary statistics with the corresponding observed value as a red line for comparison.

Usage

## S3 method for class 'sim.obs'
plot(sim, obs)

Arguments

sim

A data frame with simulated data.

obs

A vector of observed summary stats corresponding to the sim object.

Value

Graphic

Author(s)

Marcelo Gehara


gehara/PipeMaster documentation built on April 19, 2024, 8:14 a.m.