view {PBSmodelling} | R Documentation |
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.
view(obj, n = 5)
obj |
object to view. |
n |
first n rows (matrix/data frame) or elements (vector/list) of obj to view. |