#' Curving Transect Distance Sampling
#'
#' @md
#' @description
#' `CurveTransect` facilitates distance sampling on a curving transect.
#'
#' @details
#' `observerXY`: creates points on a transect at specific meter intervals
#'
#' `objectXY`: provides spatial coordinates for each detected object in a distance sampling survey
#'
#' `nearestX`: measures the shortest distance between each detected object anda curving transect
#'
#' `adjustedL`: calculates the an adjusted transect length for curved covered area calculations
#'
#' Examples of how to use this package are available at
#' <https://github.com/esbach/CurveTransect>
#'
#' @author Michael Esbach <michael.s.esbach@gmail.com>
#' @references
#'
#' Esbach, M. S., & Patra, R. K. (2022). Distance sampling from curving transects in dense tropical forests.
#' Biotropica, 54(5), 1182-1189.
#'
#' @name CurveTransect
#' @docType package
#' @import geosphere
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.