Learn R Programming

PAutilities (version 1.1.0)

plot.spurious_curve: Plot a spurious curve

Description

Plot a spurious curve

Usage

# S3 method for spurious_curve
plot(x, ...)

Value

a plot of the object

Arguments

x

a spurious_curve object

...

further arguments (currently unused)

See Also

spurious_curve

Examples

Run this code
set.seed(100)
predictions <- (sample(1:100)%%2)
references  <- (sample(1:100)%%2)
# \donttest{
trans <- get_transition_info(
  predictions, references, 7
)
result <- spurious_curve(trans)
plot(result)
# }

Run the code above in your browser using DataLab