Learn R Programming

shutterplot (version 0.1.0)

shutterplotsummary: 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

Run this code
# NOT RUN {
  data1 <- rnorm(90,10,10)
  data2 <- data1 + rnorm(90,20,10)
  shutterplotsummary(data1,data2)
# }

Run the code above in your browser using DataLab