shutterplotsummary {shutterplot}R Documentation

Numerical Summaries of a Shutter Plot

Description

displays numerical summaries of a shutter plot.

Usage

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

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

[Package shutterplot version 0.1.0 Index]