Learn R Programming

PANICr (version 1.0.0)

trimr: Trim dataset

Description

This function trims the dataset by n and/or t rows and columns

Usage

trimr(x,a,b)

Arguments

x
A NxT matrix containing the data to be trimmed
a
number of columns to trim from matrix
b
number of rows to trim from matrix

Value

xx the trimmed data set