vectorShow {oce} | R Documentation |
This is similar to str
, but it shows data at the first and
last of the vector, which can be quite helpful in debugging.
vectorShow(v, msg, digits = 5, n = 2L)
v |
the vector. |
msg |
a message to show, introducing the vector. If not provided, then
a message is created from |
digits |
for numerical values of |
n |
number of elements to at start and end. If |
A string, suitable for using in cat
or
oceDebug
.
Dan Kelley