tail2: Lower-left corner of matrix.

Description Usage Arguments Value

View source: R/my_functions.r

Description

Shortcut function for previewing the bottom of a matrix or data.frame by displaying the lower-left corner. Similar to tail.

Usage

1
tail2(x, n = 10, ncols = 10)

Arguments

x

A wide matrix or data.frame.

n

Number of lines to display. Default 10.

ncols

Number of columns to display. Default 10.

Value

n by ncols subset of the matrix taken from the lower-left corner.


traversc/trqwe documentation built on Dec. 4, 2020, 4:21 a.m.