Learn R Programming

ggalign (version 1.0.1)

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, ..., data_arg = NULL, call = NULL)

Value

A matrix.

Arguments

data

An object to be converted into a matrix.

...

These dots are for future extensions and must be empty.

data_arg

The argument name for data. Developers can use it to improve messages. Not used by the user.

call

The execution environment where data and other arguments for the method are collected. Developers can use it to improve messages. Not used by the user.

See Also

Other fortify_matrix() methods: fortify_matrix.GISTIC(), fortify_matrix.MAF(), fortify_matrix.list_upset(), fortify_matrix.matrix(), fortify_matrix.matrix_oncoplot(), fortify_matrix.matrix_upset(), fortify_matrix.phylo()