print.s2dv_cube: Print method for s2dv_cube objects

View source: R/print.s2dv_cube.R

print.s2dv_cubeR Documentation

Print method for s2dv_cube objects

Description

This is an S3 method of the generic 'print' for the class 's2dv_cube'. When you will call 'print' on an 's2dv_cube' object, this method will display the content of the object in a clear and informative way.

Usage

## S3 method for class 's2dv_cube'
print(x, ...)

Arguments

x

An 's2dv_cube' object.

...

Additional arguments of print function.

Details

The object will be displayed following 's2dv_cube' class conventions. The top-level elements are: 'Data', a multidimensional array containing the object's data; 'Dimensions', the dimensions of the array; 'Coordinates', the array coordinates that match its dimensions, explicit coordinates have an asterisk (*) at the beginning while index coordinates do not; and 'Attributes', which contains all the metadata of the object. For more information about the 's2dv_cube', see s2dv_cube() and as.s2dv_cube() functions.


CSTools documentation built on Oct. 20, 2023, 5:10 p.m.