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
ordr includes several components that extend ggplot2 independently of working with ordination models:
GeomOrigin & GeomUnitCircle
GeomAxis
GeomLineranges & GeomPointranges
GeomIsoline
GeomVector & GeomTextRadiate
StatCenter & StatStar
StatChull
StatCone
StatSpantree
It may be convenient to spin these off into a GDA-focused extension (gggda?) that could then be imported or suggested by ordr.
NB: It would require care to be sure that ord_aes() still works with these layers without itself being built in to the extension. (Or maybe it should be so built in?)
The text was updated successfully, but these errors were encountered:
ordr includes several components that extend ggplot2 independently of working with ordination models:
GeomOrigin
&GeomUnitCircle
GeomAxis
GeomLineranges
&GeomPointranges
GeomIsoline
GeomVector
&GeomTextRadiate
StatCenter
&StatStar
StatChull
StatCone
StatSpantree
It may be convenient to spin these off into a GDA-focused extension (gggda?) that could then be imported or suggested by ordr.
NB: It would require care to be sure that
ord_aes()
still works with these layers without itself being built in to the extension. (Or maybe it should be so built in?)The text was updated successfully, but these errors were encountered: