predict.circ_loess: Compute predictions for circular LOESS
Description
Compute predictions for circular LOESS
Usage
# S3 method for circ_loess
predict(object, newdata, ...)
Value
a data.frame with predictions
Arguments
- object
a circular LOESS object
- newdata
a data.frame with a variable x on which the predictions are computed
- ...
other arguments (passed to circ_loess)