plot_factor: plot_factor

Description Usage Arguments Value Examples

Description

Produces a good looking multi-graph visual representation of a model factor.

Usage

1

Arguments

factor

an instance of the model_factor R6 class

Value

an good looking graph enriched with visual representations for the estimates

Examples

1
2
3
4
5
6
7
f1 <- model_factor$new(name = "impact sample")
f1$estim_3_points_betapert(
 estim_min = 200,
 estim_typical = 1300,
 estim_max = 1500,
 range_size = .9)
plot_factor(f1)

daviddoret/GRCRToolkit documentation built on May 23, 2019, 7:31 a.m.