grantmcdermott / tinyplot

Lightweight extension of the base R graphics system
https://grantmcdermott.com/tinyplot
Apache License 2.0
259 stars 8 forks source link

Add `se` arg to type_loess #238

Closed grantmcdermott closed 3 weeks ago

grantmcdermott commented 4 weeks ago

Defaults to TRUE.

tinyplot::plt(Temp ~ Day | Month, data = airquality, facet = "by", type = "loess")

Also fix potential bug with datapoints filter.