Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

predict.stars

Predict values, given a model object, for a stars or stars_proxy object


Description

Predict values, given a model object, for a stars or stars_proxy object

Usage

## S3 method for class 'stars'
predict(object, model, ...)

## S3 method for class 'stars_proxy'
predict(object, model, ...)

Arguments

object

object of class 'stars'

model

model object of a class that has a predict method; check with 'methods(class = class(object))'

...

arguments passed on to this predict method

Details

separate predictors in object need to be separate attributes in object; in case they are e.g. in a band dimension, use 'split(object)'


stars

Spatiotemporal Arrays, Raster and Vector Data Cubes

v0.5-2
Apache License
Authors
Edzer Pebesma [aut, cre] (<https://orcid.org/0000-0001-8049-7069>), Michael Sumner [ctb] (<https://orcid.org/0000-0002-2471-7511>), Etienne Racine [ctb], Adriano Fantini [ctb], David Blodgett [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.