strF {ropls} | R Documentation |
Displays the class, mode, size and first...last values of the object
strF(inpMF, borderN = 2, bigMarkC = ",")
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 |
This function has no output.
Etienne Thevenot (CEA)
data(sacurine) strF(sacurine[['dataMatrix']]) strF(sacurine[['sampleMetadata']])