view {PBSmodelling}R Documentation

Display First n Rows of an Object

Description

View the first n rows of a data frame or matrix or the first n elements of a vector or list. All other objects are simply reflected.

Usage

view(obj, n = 5)

Arguments

obj object to view.
n first n rows (matrix/data frame) or elements (vector/list) of obj to view.

[Package PBSmodelling version 1.18 Index]