Learn R Programming

ropls (version 1.4.2)

strF: Printed summary of an R object

Description

Displays the class, mode, size and first...last values of the object

Usage

strF(inpMF, borderN = 2, bigMarkC = ",")

Arguments

inpMF
Input matrix, dataframe or vector
borderN
Number of border (first and last) rows and columns to display
bigMarkC
Big mark separator for summary results

Value

This function has no output.

See Also

str

Examples

Run this code
data(sacurine)
strF(sacurine[['dataMatrix']])
strF(sacurine[['sampleMetadata']])

Run the code above in your browser using DataLab