pam_plot: Creates a PAM formatted ggplot object

Description Usage Arguments Value

View source: R/pam-plot.R

Description

Creates a PAM formatted ggplot object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
pam_plot(
  p,
  x_lab = NA,
  y_lab = NA,
  plot_title = NA,
  plot_subtitle = NA,
  caption = TRUE,
  axis_titles = FALSE,
  y_format = "comma",
  show_legend = TRUE,
  faceted = NA
)

Arguments

p

a ggplot object

x_lab

string

y_lab

string

plot_title

string

plot_subtitle

string

caption

logical

axis_titles

logical

y_format

string

show_legend

logical

faceted

string

Value

a ggplot object


davidallen02/pamngr documentation built on Sept. 2, 2021, 3:29 a.m.