You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ExDet function is an internal function that is not meant to be called directly by the user. You can use the compute_extrapolation function instead. Check out the package vignette for more details and a step-by-step tutorial: https://densitymodelling.github.io/dsmextra/articles/dsmextra.html.
The following paper also gives further information about the workflow that dsmextra expects, and the various functions included in the package (as well as how to use them).
Hi,
I am very interested in the function "ExDet" that you developed. I used these lines to install "dsmextra" package :
if (!require("remotes")) install.packages("remotes")
remotes::install_github("densitymodelling/dsmextra", force = TRUE)
I installed the latest version of each additional package needed and I ran library(dsmextra).
The package is well-installed but when I run "ExDet" function I got : ExDet(ref, tg, xp) : could not find function "ExDet"
Any idea to fix my issue ?
Many thanks in advance
Jade
The text was updated successfully, but these errors were encountered: