plot.spurious_curve: Plot a spurious curve

plot.spurious_curveR Documentation

Plot a spurious curve

Description

Plot a spurious curve

Usage

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

Arguments

x

a spurious_curve object

...

further arguments (currently unused)

Value

a plot of the object

See Also

spurious_curve

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)


paulhibbing/PAutilities documentation built on Sept. 12, 2022, 1:46 a.m.