print_stars {stars} | R Documentation |
print stars or dimensions object
Description
print stars or dimensions object
Usage
## S3 method for class 'dimensions'
as.data.frame(
x,
...,
digits = max(3, getOption("digits") - 3),
usetz = TRUE,
stars_crs = getOption("stars.crs") %||% 28,
all = FALSE
)
## S3 method for class 'dimensions'
print(x, ...)
## S3 method for class 'stars'
print(x, ..., n = 1e+05, abbrev = 30)
Arguments
x |
object of class stars or of class dimensions |
... |
passed on to |
digits |
number of digits to print numbers |
usetz |
logical; used to format |
stars_crs |
maximum width of string for CRS objects |
all |
logical; if |
n |
when prod(dim(x)) > 10 * n, the first n cells are used for attribute summary statistics |
abbrev |
number of characters to abbreviate attribute names to |
[Package stars version 0.6-6 Index]