plot.spurious_curve {PAutilities} | R Documentation |
Plot a spurious curve
Description
Plot a spurious curve
Usage
## S3 method for class 'spurious_curve'
plot(x, ...)
Arguments
x |
a |
... |
further arguments (currently unused) |
Value
a plot of the object
See Also
Examples
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)
[Package PAutilities version 1.2.1 Index]