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)


PAutilities documentation built on Aug. 21, 2022, 9:05 a.m.