print.structure(x, a=attributes(x), prefix="", ...)
print methods for components of the list;
most methods have additional arguments like
digits to control how
many digits of a number should be printed and
quote to control whether
or not quotes are put around character strings.
x, with the invisible flag set to prevent reprinting.
x and prints it
as a matrix, array, or time series, if the appropriate attributes (
dim
for the first two, or
tsp for the third) are found.
Other attributes are printed following the data in
x.
The
print.default function calls
print.structure
if
x has attributes.
The prefix is printed with attributes to distinguish which object has the attribute in case of ambiguity.