plot.graph: Plot graph

Description Usage Arguments

Description

Plot bar graphs (parametric case) or box plots (non-parametric case).

Usage

1
2
3
## S3 method for class 'graph'
plot(data, type = c("parametric", "non-parametric"),
  group.name = "group", value.name = "value")

Arguments

data

response vector.

type

select test type whether parametric or non-parametric.

group.name

a name for the group (default: "group")

value.name

a name for the value (default: "value")


PutitStella/ezStatDiffTest documentation built on May 12, 2019, 10:30 p.m.