Closed Aariq closed 3 years ago
Plot smooths (or parametric terms) for co-variates (i.e. plant size in year t). plot.gam() might do it just fine, but use predict() with newdata just in case.
plot.gam()
predict()
Plot smooths (or parametric terms) for co-variates (i.e. plant size in year t).
plot.gam()
might do it just fine, but usepredict()
with newdata just in case.