Learn R Programming

ggalign (version 0.0.5)

fortify_matrix.default: Build a Matrix

Description

By default, it calls as.matrix() to build a matrix.

Usage

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

Value

A matrix.

Arguments

data

An object to be converted to a matrix.

...

Arguments passed to methods.

See Also

Other fortify_matrix methods: fortify_matrix.MAF()