plots: A first pass at S3 methods for datulation objects

Description Usage Arguments

Description

Methods for datulation results.

Plot single-study simulation results.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
dat_parameter(dat, arg)

caption_text(dat)

## S3 method for class 'sim_ma'
caption(dat)

## S3 method for class 'sim_ss'
caption(dat)

## S3 method for class 'distributions'
caption(dat)

## S3 method for class 'sim_ss'
plot(dat = single_sim, caption = NULL)

## S3 method for class 'sim_ma'
plot(dat, caption = NULL)

## S3 method for class 'dist'
plot(dat, caption = NULL)

Arguments

caption

Whether or not to include the caption.

sim

A sim_ss object from metasim.


softloud/metasim documentation built on July 15, 2019, 8:02 p.m.