Skip to content

Commit

Permalink
Defined parameters, removed help as not exported
Browse files Browse the repository at this point in the history
  • Loading branch information
jfq3 committed Aug 1, 2023
1 parent f4aa069 commit 690ae39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
5 changes: 3 additions & 2 deletions R/veganCovEllipse.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
#'
#' Generates points for ellipse around treatment centroids
#'
#' @param cov Covariance extracted from ordination with vegan's ordiellipse function
#' @param cov Estimated (weighted) covariance matrix extracted from ordination with vegan's ordiellipse function
#' @param center Coordinates for center of ellipse
#' @param scale Ellipse dimension in standard deviations
#' @param scale Scaling factor for ellipse
#' @param npoints Number of points to generate
#' @return A dataframe for plotting ellipses around each group centroid.
#' @author Jari Oksanen
#' @noRd

veganCovEllipse <-
function(cov, center = c(0,0), scale = 1, npoints = 100)
Expand Down
26 changes: 0 additions & 26 deletions man/veganCovEllipse.Rd

This file was deleted.

0 comments on commit 690ae39

Please sign in to comment.