Manual one-shot companion to al_loop(): takes a model, some freshly
labeled samples (for instance returned from the lab), refits the QRF,
and appends a history entry. Use this when you are driving the loop
yourself instead of letting al_loop() orchestrate it.
Arguments
- model
A
edaphos_al_model.- new_samples
Data frame with the same columns as
model$labeled(i.e. target, covariates, and optional coords).- ...
Extra arguments forwarded to
al_fit().
