Learn R Programming

ggalign (version 0.1.0)

fortify_matrix.matrix: Build a matrix from a matrix

Description

Build a matrix from a matrix

Usage

# S3 method for matrix
fortify_matrix(data, ..., data_arg = caller_arg(data), call = NULL)

Arguments

data

A matrix object.

...

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, e.g., caller_env(). Developers can use it to improve messages. Not used by the user.

shape

  • upset: fortify_matrix.matrix_upset

See Also

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