ggfortify (version 0.4.7)

fortify.table: Convert base::table to data.frame

Description

Convert base::table to data.frame

Usage

# S3 method for table
fortify(model, data, ...)

Arguments

model

base::table instance

data

original dataset, if needed

...

other arguments passed to methods

Value

data.frame

Examples

Run this code
# NOT RUN {
fortify(Titanic)
# }

Run the code above in your browser using DataCamp Workspace