microbiome / miaViz

Microbiome Analysis Plotting and Visualization
https://microbiome.github.io/miaViz
Artistic License 2.0
10 stars 11 forks source link

Strange example #96 - Changing miaViz documentation example #126

Closed SHillman836 closed 4 months ago

antagomir commented 4 months ago

Did you edit the file in man/ directory directly?

The documentation uses roxygen2 and these texts should be changed in the corresponding R/ file headers. The man/ contents are automatically generated with devtools::document()

antagomir commented 4 months ago

instead of ylab() use labs(y=...) (that's nowaday the recommended one)

SHillman836 commented 4 months ago

Did you edit the file in man/ directory directly?

The documentation uses roxygen2 and these texts should be changed in the corresponding R/ file headers. The man/ contents are automatically generated with devtools::document()

Ah ok - yes I did (sorry never worked with this before), I'll make that change now and edit the y axis calling