joey711 / phyloseq

phyloseq is a set of classes, wrappers, and tools (in R) to make it easier to import, store, and analyze phylogenetic sequencing data; and to reproducibly share that data and analysis with others. See the phyloseq front page:
http://joey711.github.io/phyloseq/
569 stars 187 forks source link

rm.na.phyloseq in plot_ordination #1650

Closed fanhuan closed 1 year ago

fanhuan commented 1 year ago

Hi,

I was trying to make some aesthetics adjustments to plot_ordination, but in this github repo I could not find a function called rm.na.phyloseq which was used in plot_ordination. Any idea where I could find it?

Best, Huan

ycl6 commented 1 year ago

Hi @fanhuan

You can use the search box (top left) to search rm.na.phyloseq in this repo. This is where the function resides:

https://github.com/joey711/phyloseq/blob/dc35470498c79284231d41d1add1a74940f51fb7/R/plot-methods.R#L1161-L1175