pt: pt function

View source: R/pt.R

ptR Documentation

pt function

Description

Gives orderly and limited head of the dataframe or matrix.

Usage

pt(data)

Arguments

data

A dataframe or matrix

Details

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.

Value

A data frame or matrix

Author(s)

Yves R. Sagaert

Examples

bigdataframe <- matrix(ncol=100,nrow=100,data=rnorm(10000,100,10))
pt(data = bigdataframe)


yForecasting/salesforecasting documentation built on April 29, 2022, 7:21 p.m.