summary_table: Summarizes a numeric matrix.

View source: R/00_helpers.R

summary_tableR Documentation

Summarizes a numeric matrix.

Description

Summarizes a numeric matrix.

Usage

summary_table(m, feat_type = "")

Arguments

m

A numeric matrix.

feat_type

Name of the matrix m.

Value

A data frame containing one row summarizing m; see fg_get_feature_desc.

Examples


 summary_table(matrix(rnorm(12),nrow=3), feat_type='random')


aya49/flowGraph documentation built on Feb. 4, 2024, 6:40 p.m.