plot_mean_curve: A function to plot mean curces

Description Usage Arguments Value

View source: R/plot_mean_curve.R

Description

A function to plot mean curces

Usage

1
2
3
4
5
6
7
8
plot_mean_curve(
  output,
  original = FALSE,
  x_lab = NULL,
  y_lab = NULL,
  ymin = NULL,
  ymax = NULL
)

Arguments

output:

The model output from output_results() function

original:

The option to plot with original or transformed

xlab:

Manually set x axis title

ylab:

Manually set y axis title

ymin:

Manually set minimum of y lab

ymax:

Manually set maximum of y lab

Value

A list with plot


biocore/bayestime documentation built on Nov. 15, 2020, 5:40 p.m.