pt | R Documentation |
Gives orderly and limited head of the dataframe or matrix.
pt(data)
data |
A dataframe or matrix |
This function gives a subsample of the data for visual inspection. The number of columns is limited to 10, the number of rows is limited to 5.
A data frame or matrix
Yves R. Sagaert
bigdataframe <- matrix(ncol=100,nrow=100,data=rnorm(10000,100,10)) pt(data = bigdataframe)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.