ggfortify (version 0.4.7)

fortify.dist: Convert stats::dist to data.frame

Description

Convert stats::dist to data.frame

Usage

# S3 method for dist
fortify(model, data = NULL, ...)

Arguments

model

stats::dist instance

data

original dataset, if needed

...

other arguments passed to methods

Value

data.frame

Examples

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

Run the code above in your browser using DataCamp Workspace