Learn R Programming

oce (version 0.1-81)

vector.show: Show some values from a vector

Description

Show some values from a vector

Usage

vector.show(v, msg)

Arguments

v
the vector.
msg
a message to show, introducing the vector. If not provided, then a label is created from v.

Value

Details

This is similar to str, but it shows data at the first and last of the vector, which is quite helpful in debugging.