-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
include ellipse to plot_ordination #58
Comments
I'll add this very soon... |
Joey I used the ellipse package Susan On Mon, May 16, 2016 at 9:34 AM, Paul J. McMurdie [email protected]
Susan Holmes |
Thanks @spholmes ! Actually, ellipses are finally natively supported in ggplot2, so I was simply going to add an ellipse layer. I think it takes function inputs as alternative ellipse definitions. If so, I may peak at your examples and the ellipse package to expose those alternatives. Right now I'm a bit distracted adding the plotly/D3 interactive versions, on a separate branch ftm. I should add this to that branch as a working demo before pushing into the master. |
Have ellipses been added, by any chance? I don't see anything in the documentation. |
Is there a command to add ellipse around cluster in your NMDS or PCoA plots?
x1=plot_ordination(sponge.scale1,unifrac.nmds,color="Day")+geom_point(size=3)
I tried following:
https://www.biostars.org/p/126454/
but hit a roadblock at
ord = ordinate(GP1~Day, "CCA", "bray")
Error in eval(expr, envir, enclos) : object 'Day' not found
In addition: Warning message:
First argument,
physeq
, as formula is deprecated.There is now an explicit
formula
argument.Please revise method call accordingly.
The text was updated successfully, but these errors were encountered: