| plot.hadam | R Documentation | 
Displays a plot containing the Hadamard variance
## S3 method for class 'hadam'
plot(x, CI = F, transparence = 0.1,
  background = "white", bw = F, CI.color = "#003C7D",
  line.type = NULL, line.color = NULL, point.size = NULL,
  point.shape = NULL, title = NULL, title.size = 15,
  axis.label.size = 13, axis.tick.size = 11,
  axis.x.label = expression("Cluster " ~ tau ~ "(sec)"),
  axis.y.label = expression("Hadamard Variance " ~ phi[tau]),
  legend.title = "", legend.label = NULL, legend.key.size = 1,
  legend.title.size = 13, legend.text.size = 13, ...)
| x | A  | 
| CI | A  | 
| transparence | A  | 
| background | A  | 
| bw | A  | 
| CI.color | A  | 
| line.type | A  | 
| line.color | A  | 
| point.size | A  | 
| point.shape | A  | 
| title | A  | 
| title.size | An  | 
| axis.label.size | An  | 
| axis.tick.size | An  | 
| axis.x.label | A  | 
| axis.y.label | A  | 
| legend.title | A  | 
| legend.label | A  | 
| legend.key.size | A  | 
| legend.title.size | An  | 
| legend.text.size | An  | 
| ... | other arguments passed to specific methods. | 
A ggplot2 graph containing the Hadamard variance.
It is known that the calculation for confidence interval is incorrect, therefore CI
can only be set to FALSE currently.
JJB, Wenchao
set.seed(999)
x = rnorm(100)
out = hadam(x)
plot( out )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.