fortify.stepfun: Convert 'stats::stepfun' to 'data.frame'

View source: R/fortify_stats.R

fortify.stepfunR Documentation

Convert stats::stepfun to data.frame

Description

Convert stats::stepfun to data.frame

Usage

## S3 method for class 'stepfun'
fortify(model, data, ...)

Arguments

model

stats::stepfun instance

data

original dataset, if needed

...

other arguments passed to methods

Value

data.frame

Examples

fortify(stepfun(c(1, 2, 3), c(4, 5, 6, 7)))
fortify(stepfun(c(1), c(4, 5)))
fortify(stepfun(c(1, 3, 4, 8), c(4, 5, 2, 3, 5)))
fortify(stepfun(c(1, 2, 3, 4, 5, 6, 7, 8, 10), c(4, 5, 6, 7, 8, 9, 10, 11, 12, 9)))

sinhrks/ggfortify documentation built on April 20, 2024, 10:27 p.m.