View source: R/pairwise_niche_overlap.R
pairwise_niche_overlap | R Documentation |
Estimate all pairwise niche overlap of modelled species
pairwise_niche_overlap(
x,
transformed = F,
mode = c("region", "global"),
write.csv = T,
filename = "pairwise.niche.overlap.csv",
alternative = c("lower", "greater", "both"),
rand.type = 1,
cor = F,
rep = 10
)
x |
Niche model. NINA object |
transformed |
Boolean whetehr use the environmental or ecoligcal niche |
mode |
Scale of the estimation. Default is region |
write.csv |
Boolean whether to write a csv file witht the results |
filename |
Filename |
alternative |
Type of statistic test. Default is "lower" |
rand.type |
Type of randomization methos. Default is 1 |
cor |
Boolean whether to use cor or uncor estimation |
rep |
number of randomization tests |
Returns an error if filename
does not exist.
Data frame.
## Not run:
accident_2015 <- fars_read("Project/data/accident_2015.csv.bz2")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.