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 arguments title, subtitle and caption to all autoplot functions #15

Closed delferts closed 7 years ago

delferts commented 7 years ago

Added title, subtitle and caption arguments to all existing autoplot functions. At this moment all arguments set to NULL (except if title already was present).

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #15   +/-   ##
====================================
  Coverage       0%    0%           
====================================
  Files          20    20           
  Lines         534   543    +9     
====================================
- Misses        534   543    +9
Impacted Files Coverage Δ
R/autoplot.anosim.R 0% <ø> (ø) :arrow_up:
R/autoplot.rda.R 0% <0%> (ø) :arrow_up:
R/autoplot.decorana.R 0% <0%> (ø) :arrow_up:
R/autoplot.metaMDS.R 0% <0%> (ø) :arrow_up:
R/autoplot.isomap.R 0% <0%> (ø) :arrow_up:
R/autoplot.envfit.R 0% <0%> (ø) :arrow_up:
R/autoplot.cca.R 0% <0%> (ø) :arrow_up:
R/autoplot.fisherfit.R 0% <0%> (ø) :arrow_up:
R/autoplot.prestonfit.R 0% <0%> (ø) :arrow_up:
R/autoplot.prc.R 0% <0%> (ø) :arrow_up:

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...209a303. Read the comment docs.

gavinsimpson commented 7 years ago

Thanks for this @delferts — now merged