gavinsimpson / ggvegan

ggplot-based plots for vegan
https://gavinsimpson.github.io/ggvegan/
GNU General Public License v2.0
113 stars 30 forks source link

Add autoplot and fortify methods for poolaccum #11

Closed delferts closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #11 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #11   +/-   ##
====================================
  Coverage       0%    0%           
====================================
  Files          20    22    +2     
  Lines         534   554   +20     
====================================
- Misses        534   554   +20
Impacted Files Coverage Δ
R/autoplot.poolaccum.R 0% <0%> (ø)
R/fortify.poolaccum.R 0% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 70e126c...c5effc9. Read the comment docs.

gavinsimpson commented 7 years ago

Thanks for the contribution @delferts.

I tweaked the fortify method, mainly for style and to have the Index variable first in the returned DF.

I largely rewrote the autoplot method: