estimate_w: ESTIMATE ENVIRONMENTAL ACCESSIBILITY

View source: R/estimate_w.R

estimate_wR Documentation

ESTIMATE ENVIRONMENTAL ACCESSIBILITY

Description

Estimates the omega

Usage

estimate_w(
  y.list,
  id,
  A.matrix = NULL,
  cor = F,
  K = NULL,
  method = c("composition", "densities"),
  C.matrix = NULL
)

Arguments

y.list

list of niche models

id

species id

A.matrix

Association matrix

cor

Logical

K

= Carrying capacity of each environmental cell

method

Method; abundances or composition

C.matrix

Competition matrix

Details

Returns an error if filename does not exist.

Value

Data frame.

Examples

## Not run: 
accident_2015 <- fars_read("Project/data/accident_2015.csv.bz2")

## End(Not run)


agarciaEE/NINA documentation built on Jan. 9, 2025, 10:09 a.m.