plot.CausalANOVA {FindIt} | R Documentation |
Plotting CausalANOVA
Description
Plotting CausalANOVA
Usage
## S3 method for class 'CausalANOVA'
plot(
x,
fac.name,
treat.ind = 1,
type = "ConditionalEffect",
space = 15,
xlim,
...
)
Arguments
x |
An output from |
fac.name |
Factor names to plot. Length should be 2. |
treat.ind |
Which factor serves as the main treatment. Should be 1 (the first element of |
type |
What types of effects to plot. Should be one of |
space |
Space on the left side of the plot. |
xlim |
Range for the x-axis |
... |
Other graphical parameters |
[Package FindIt version 1.2.0 Index]