R/SimulData.R

#' Simulated species distribution Y
#' @name Y
#' @docType data
#'
#' @usage data(Y)
#'
#' @format A site x species matrix Y, a site x covariates matrix X and a trophic interaction network G (object igraph)
#'
#' @author Giovanni Poggiato
#'
#' @keywords datasets
#'
#'
#' @examples
#' data(Y)
NULL

#' Simulated environmental covariates X
#' @name X
#' @docType data
#'
#' @usage data(X)
#'
#' @format A site x covariates matrix X
#'
#' @author Giovanni Poggiato
#'
#' @keywords datasets
#'
#' @examples
#' data(X)
NULL

#' Simulated environemntal covariates G
#' @name G
#' @docType data
#'
#' @usage data(G)
#'
#' @format A simulated graph of trophic interactions G
#'
#' @author Giovanni Poggiato
#'
#' @keywords datasets
#'
#' @examples
#' data(G)
NULL

Try the webSDM package in your browser

Any scripts or data that you put into this service are public.

webSDM documentation built on June 24, 2024, 5:13 p.m.