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