plot_fpc_on_mean_curve: A function to plot fpc on mean curves

Description Usage Arguments Value

View source: R/plot_fpc_on_mean_curve.R

Description

A function to plot fpc on mean curves

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
plot_fpc_on_mean_curve(
  output,
  pc_idx,
  original = FALSE,
  sd = FALSE,
  x_lab = NULL,
  y_lab = NULL,
  ymin = NULL,
  ymax = NULL
)

Arguments

output

The model output list from output_results() function

pc_idx

The pc index to plot with

original

The option to plot with original or transformed time and response value

ymin

The minimum of y lab

ymax

The maximum of y lab

sd:

The option to include one standard deviation of fpc scores

x_lab:

Manually set x axis title

y_lab:

Manually set y axis title

Value

A list with the plot and the data used for plot


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