print.ReducedImageStack | R Documentation |
ReducedImageStack
object.Display the most general and informative characteristics of a ReducedImageStack object, including the set threshold, original variables, and the selected variables and the correlations between them.
## S3 method for class 'ReducedImageStack'
print(x, ...)
x |
( |
... |
Not used. |
The same object that was passed as input.
dim_reduce
library(itsdm)
library(dplyr)
library(stars)
env_vars <- system.file(
'extdata/bioclim_tanzania_10min.tif',
package = 'itsdm') %>% read_stars()
img_reduced <- dim_reduce(env_vars, threshold = 0.7,
preferred_vars = c('bio1', 'bio12'))
print(img_reduced)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.