plot.spurious_curve | R Documentation |
Plot a spurious curve
## S3 method for class 'spurious_curve'
plot(x, ...)
x |
a |
... |
further arguments (currently unused) |
a plot of the object
spurious_curve
set.seed(100)
predictions <- (sample(1:100)%%2)
references <- (sample(1:100)%%2)
trans <- get_transition_info(
predictions, references, 7
)
result <- spurious_curve(trans)
plot(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.