simple.scatterplot: Simple scatter plot of x versus y with histograms of each

Description Usage Arguments Value Author(s) See Also Examples

Description

Shows scatterplot of x vs y with histograms of each on sides of graph. As in the example from layout.

Usage

1

Arguments

x

data vector

y

data vector

...

passed to plot command

Value

Returns the plot

Author(s)

John Verzani

See Also

layout

Examples

1
2
3
  x<-sort(rnorm(100))
  y<-sort(rt(100,3))
  simple.scatterplot(x,y)

jverzani/UsingR documentation built on Aug. 3, 2020, 11:57 a.m.