pairs2: xy plot of variables in two dataframes

View source: R/pairs2.R

pairs2R Documentation

xy plot of variables in two dataframes

Description

accepts two dataframes and prepares pairplots, results in fewer combinations than plot(xy_df)

Usage

pairs2(
  x,
  y,
  str_max = 12,
  oneLine = F,
  mai_fig = c(0.3, 0.3, 0.3, 0.1),
  mai_edge = c(0, 0, 0, 0),
  title = NA,
  pdf_out = NA,
  pdf_ht = 8,
  pdf_wd = 11,
  las.x = 1,
  las.y = 1,
  xlab_fig = NA,
  ylab_fig = NA,
  ...
)

Arguments

x

first data.frame

y

second data.frame

str_max

number of characters per name to display

oneLine

T/F add one to one line?

mai_edge

"mai" parameters for composite figure

...

additional arguments to plot

tile

optional figure title

Details

<Delete and Replace>


Revision History

1.0 2015 Jan 29 Roxygen header prepared

Value

<Delete and Replace>

Author(s)

Jacob Strunk <strunky@g@mail.com>

See Also

plot

Examples


pairs2( x = x_ht_debug ,  y = y1 , title = "Hello" )



jstrunk001/RSForInvt documentation built on April 18, 2022, 11:03 p.m.