tsne_sdm {caretSDM} | R Documentation |
tSNE
Description
This function calculates tSNE with presences and pseudoabsences data and returns a list of plots.
Usage
tsne_sdm(occ, pred = NULL, variables_selected = NULL)
Arguments
occ |
A |
pred |
A |
variables_selected |
Variable to be used in t-SNE. It can also be 'vif', if previously calculated. |
Value
A list of plots, where each plot is a tSNE for a given pseudoabsence dataset.
Author(s)
Luíz Fernando Esser (luizesser@gmail.com) https://luizfesser.wordpress.com
[Package caretSDM version 1.1.0.1 Index]