plot.mytt: Method for plotting class mytt

View source: R/plotmytt.R

plot.myttR Documentation

Method for plotting class mytt

Description

Makes a boxplot using an object of class mytt

Usage

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

Arguments

x

object class mytt

...

extra options to be sent to method

Details

The function myttest() produces a list of class mytt, which has three components. These are sourced from the object and used in plot.mytt()

Value

A boxplot of the two samples using ggplot()

Examples

l<-myttest(x=rnorm(30), y=rnorm(40,0.5));plot(l)

MATHSTATSOU/Intro2R documentation built on Feb. 20, 2025, 6:18 a.m.