fortify.performance {ggfortify}R Documentation

Convert ROCR::performance objects to data.frame

Description

Convert ROCR::performance objects to data.frame

Usage

## S3 method for class 'performance'
fortify(model, data = NULL, ...)

Arguments

model

performance instances

data

original dataset, if needed

...

other arguments passed to methods

Value

data.frame


[Package ggfortify version 0.4.17 Index]