shutterplotsummary: Numerical Summaries of a Shutter Plot

Description Usage Arguments Value Examples

View source: R/shutterplot.R

Description

displays numerical summaries of a shutter plot.

Usage

1
shutterplotsummary(x, y, getValue = FALSE)

Arguments

x

data for the explanatory/independent variable.

y

data for the response/dependent variable.

getValue

logical:FALSE (DEFAULT); to access the summary statistics of the shutter plot.

Value

Prints the numerical summaries in the console.

Examples

1
2
3
  data1 <- rnorm(90,10,10)
  data2 <- data1 + rnorm(90,20,10)
  shutterplotsummary(data1,data2)

shutterplot documentation built on Feb. 12, 2021, 5:10 p.m.