# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
.k2triangleC <- function(d1, d2, d3) {
.Call(`_ecotraj_k2triangle`, d1, d2, d3)
}
.triangleinequalityC <- function(d1, d2, d3, tol = 0.0001) {
.Call(`_ecotraj_triangleinequality`, d1, d2, d3, tol)
}
.ismetricC <- function(dmat, tol = 0.0001) {
.Call(`_ecotraj_ismetric`, dmat, tol)
}
.projectionC <- function(dref, d1, d2, add = TRUE) {
.Call(`_ecotraj_projection`, dref, d1, d2, add)
}
.angleConsecutiveC <- function(d12, d23, d13, add = TRUE) {
.Call(`_ecotraj_angularAttributeConsecutive`, d12, d23, d13, add)
}
.distanceToSegmentC <- function(dref, d1, d2, add = TRUE) {
.Call(`_ecotraj_distanceToSegment`, dref, d1, d2, add)
}
.distanceToInterpolatedC <- function(dref, d1, d2, p, add = TRUE) {
.Call(`_ecotraj_distanceToInterpolated`, dref, d1, d2, p, add)
}
.twoSegmentDistanceC <- function(dmat12, type = "directed-segment", add = TRUE) {
.Call(`_ecotraj_twoSegmentDistance`, dmat12, type, add)
}
.distanceToClusters <- function(dmat, umat) {
.Call(`_ecotraj_distanceToClusters`, dmat, umat)
}
.distanceBetweenClusters <- function(dmat, umat) {
.Call(`_ecotraj_distanceBetweenClusters`, dmat, umat)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.