Learn R Programming

ggalign (version 0.0.5)

fortify_data_frame.default: Build a data frame

Description

By default, it calls fortify() to build the data frame.

Usage

# S3 method for default
fortify_data_frame(data, ...)

Value

A data frame.

Arguments

data

An object to be converted to a data frame.

...

Arguments passed to methods.

See Also

Other fortify_data_frame methods: fortify_data_frame.character(), fortify_data_frame.matrix(), fortify_data_frame.numeric()