Prints a compact summary of an rstatic_style object, including its
rendering mode and the parameters relevant to that mode.
Usage
# S3 method for class 'rstatic_style'
print(x, ...)Arguments
- x
An
rstatic_styleobject fromstac_style()orqml_to_style().- ...
Ignored.
Examples
print(stac_style(min = 0, max = 1, palette = c("black", "white")))
#> <Style: continuous>
#> stretch: min=0, max=1
#> palette: black, white
