You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noted in #165 (comment) some plot functions have geom_gls commented out. This is likely because they have fewer than 30 years of data to plot. For datasets that don't meet the length criterion for using geom_gls, we do want the option of using geom_lm.
So far this applies to the commercial diversity datasets that I have seen, but there are others.
The text was updated successfully, but these errors were encountered:
As noted in #165 (comment) some plot functions have
geom_gls
commented out. This is likely because they have fewer than 30 years of data to plot. For datasets that don't meet the length criterion for usinggeom_gls
, we do want the option of usinggeom_lm
.So far this applies to the commercial diversity datasets that I have seen, but there are others.
The text was updated successfully, but these errors were encountered: