#' jtdm.
#'
#' Package to fit a Join Trait Distribution Model and to analyse its result to understand and predict the community-level strategy. See Poggiato et al. 2023 Global ecology and biogeography
#'
#' @keywords internal
"_PACKAGE"
## usethis namespace: start
## usethis namespace: end
NULL
#' Site x environmental covariates dataset
#'
#' Includes the Growing Degree Days (GDD) during the growing season and Freezing Degree Days (FDD) during the growing season averaged over the period 1989-2019
#'
#' @docType data
#'
#' @usage data(X)
#'
#' @format A matrix
#'
#' @usage data(X)
#'
#' @name X
#'
#' @author Orchamp consortium
#'
#' @keywords datasets
#'
#' @examples
#' data(X)
NULL
#' Site x CWM traits dataset
#'
#' A site x CWM traits dataset computed using pinpoint abundances of plants and species mean
# traits
#'
#' @docType data
#'
#' @usage data(Y)
#'
#' @format A matrix
#'
#' @author Orchamp Consortium
#'
#' @keywords datasets
#'
#' @name Y
#'
#' @examples
#' data(Y)
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.