matrix_head: View upper left head of a matrix. Analog to base R head()...

View source: R/matrix_head.R

matrix_headR Documentation

View upper left head of a matrix. Analog to base R head() function for matrix

Description

View upper left head of a matrix. Analog to base R head() function for matrix

Usage

matrix_head(M, n = 10, round_integer = NA)

Arguments

M

matrix

n

number of rows/cols to print (default is 10)

round

specify an integer to pass to the round function

Value

prints M[1:n, 1:n]


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