strF {ropls}R Documentation

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.

Author(s)

Etienne Thevenot (CEA)

See Also

str

Examples


data(sacurine)
strF(sacurine[['dataMatrix']])
strF(sacurine[['sampleMetadata']])


[Package ropls version 1.12.0 Index]