plot_fpc_group_mean: plot group mean of fpc scores

Description Usage Arguments Value

View source: R/plot_fpc_group_mean.R

Description

plot group mean of fpc scores

Usage

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

Arguments

pc_idx

The pc index to plot with

original

The option to plot with original or transformed

group_name

One column name of interested group variables in data

ymin

The minimum of y lab

ymax

The maximum of y lab

output:

The model output list from output_results() function

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.