plot.Rttest: Generic Plot function

Description Usage Arguments Value Examples

View source: R/plotRttest.R

Description

This function can be used to plot box plots for paired and unpaired samples

Usage

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

Arguments

x

object of class Rttest

...

extra objects can be sent to method

Value

Returns a boxplot for two values using ggplot()

Examples

1
t = myttest(x=rnorm(30,10,12), y=rnorm(40, 7, 10)); plot(t)

m-harikiran/T-Test documentation built on Dec. 21, 2021, 12:47 p.m.