plot.partialvis: Diagnostic plot for totalvis function

Description Usage Arguments

View source: R/plot_partial_effects.R

Description

Diagnostic plot for totalvis function

Usage

1
2
3
4
5
6
7
8
9
## S3 method for class 'partialvis'
plot(
  x,
  differenced = TRUE,
  legend_loc = "topleft",
  rug = TRUE,
  legend_cex = 1,
  ...
)

Arguments

x

A diagvis.object returned from a call to totalvis_diag

differenced

logical, plot differences instead of true predictions

legend_loc

Legend placement; 'topleft', 'topright', 'bottom', ...

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.