Nothing
niches <-
function(blauObj, dev.range, ecologies.off = FALSE){
uniqueEcologies <- unique(blauObj$ids[,2])
if (length(uniqueEcologies) == 1 || ecologies.off == TRUE){
blauObj <- calc.niches(blauObj, dev.range)
rownames(blauObj$isInNiche) <- rownames(blauObj$memberships)
}
else if (length(uniqueEcologies)) {
blauObj <- calc.niches.ecology(blauObj, uniqueEcologies, dev.range)
}
presentCases <- which(complete.cases(blauObj$dimensions))
blauObj <- getPresentCases(blauObj, presentCases)
return(blauObj)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.