trimr: Trim dataset

View source: R/trimr.r

trimrR Documentation

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


Stevo15025/PANICr documentation built on Sept. 7, 2024, 4:30 p.m.