plot.mytt | R Documentation |
Makes a boxplot using an object of class mytt
## S3 method for class 'mytt'
plot(x, ...)
x |
object class mytt |
... |
extra options to be sent to method |
The function myttest()
produces a list of class mytt, which has three components. These are sourced from the object and used in plot.mytt()
A boxplot of the two samples using ggplot()
l<-myttest(x=rnorm(30), y=rnorm(40,0.5));plot(l)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.