diff --git a/R/plot.cca.R b/R/plot.cca.R index e37094472..da36fe793 100644 --- a/R/plot.cca.R +++ b/R/plot.cca.R @@ -152,5 +152,5 @@ if (!("CA" %in% names(x))) stop(gettextf("%s is not a vegan rda object", sQuote(deparse(substitute(x))))) - NextMethod("plot", x, ...) + plot.cca(x, ...) }