summary_table {flowGraph}R 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')


[Package flowGraph version 1.0.0 Index]