ggfortify (version 0.4.17)

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

Description

Convert base::table to data.frame

Usage

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

Value

data.frame

Arguments

model

base::table instance

data

original dataset, if needed

...

other arguments passed to methods

Examples

Run this code
fortify(Titanic)

Run the code above in your browser using DataLab