Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
HannaMeyer committed Mar 26, 2024
1 parent 50f57ae commit 15ed23e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/aoa.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
#' data(cookfarm)
#' dat <- aggregate(cookfarm[,c("VW","Easting","Northing")],
#' by=list(as.character(cookfarm$SOURCEID)),mean)
#' pts <- st_as_sf(dat,coords=c("Easting","Northing"))
#' pts <- st_as_sf(dat,coords=c("Easting","Northing"),crs=26911)
#' pts$ID <- 1:nrow(pts)
#' set.seed(100)
#' pts <- pts[1:30,]
Expand Down
3 changes: 1 addition & 2 deletions R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,7 @@ plot.knndm <- function(x, type="strict", stat = "ecdf", ...){
#' @param lwd Numeric. Width of the error bars
#' @param pch Numeric. Type of point marking the best models
#' @param ... Further arguments for base plot if type="selected"
#' @author Marvin Ludwig and Hanna Meyer
#' @seealso \code{\link{ffs}}, \code{\link{bss}}
#' @author Marvin Ludwig, Hanna Meyer
#' @examples
#' \dontrun{
#' data(splotdata)
Expand Down

0 comments on commit 15ed23e

Please sign in to comment.