plot.Rttest: A plot method for Rttest objects

View source: R/myttest.R

plot.RttestR Documentation

A plot method for Rttest objects

Description

This function plots the data that was supplied when creating a Rttest object, if the data is non-paired. The plot is of two boxplots. However, if the data is paired, one boxplot of the difference of data is shown.

Usage

## S3 method for class 'Rttest'
plot(x, ...)

Arguments

x

#An object of class Rttest. This is a list.

...

#any additional arguments to the plot function.

Value

Side-by-side boxplots that show the data distribution of the supplied populations or a single boxplot of the difference of the data, depending on whether the data is paired.


robert1hill/DSA5041 documentation built on May 8, 2022, 8:55 p.m.