| plot.ddst.test | R Documentation | 
Plots coordinates for selected test statistics
## S3 method for class 'ddst.test'
plot(x, ...)
| x | result from ddst test function | 
| ... | currently not used | 
# H0 is true
x <- runif(80)
y <- runif(80)
z <- runif(80)
t <- ddst.ksample.test(list(x, y, z))
plot(t)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.