bottomright: Print bottomleft of matrix

View source: R/matrix_views.R

bottomrightR Documentation

Print bottomleft of matrix

Description

Print bottomleft of matrix

Usage

bottomright(M, nView = 5)

Arguments

M

matrix to view

nView

Number of rows/cols to view

Value

print matrix

Examples

M <- diag(1:12)
bottomleft(M)
bottomleft(M, 3)

jlivsey/livsey documentation built on Oct. 17, 2024, 3:18 a.m.