plot.totalvis: Generate a partial depedence plot for a specified principal...

Description Usage Arguments

View source: R/plot_totalvis.R

Description

Generate a partial depedence plot for a specified principal component

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## S3 method for class 'totalvis'
plot(
  x,
  num_load = 5,
  return_res = TRUE,
  legend_loc = NULL,
  rug = TRUE,
  legend_cex = 1,
  ...
)

Arguments

x

A totalvis.object returned from a call to totalvis

num_load

Number of loading to include in the legend

return_res

Logical, return a dataframe with info about the top loadings

legend_loc

Location of the legend, guesses either topleft or topright

rug

Adds a rug representation of the principal component

legend_cex

Character expansion factor for the legend

...

Additional optional arguments to be passed to plot, accepts xlab or main as arguments


nickseedorff/totalvis documentation built on May 12, 2021, 8:49 p.m.