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

View source: R/fortify_stats.R

fortify.distR Documentation

Convert stats::dist to data.frame

Description

Convert stats::dist to data.frame

Usage

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

Arguments

model

stats::dist instance

data

original dataset, if needed

...

other arguments passed to methods

Value

data.frame

Examples

fortify(eurodist)

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