Module: controllers/getGeoRelNiche

ENG: This verb obtains epsilon and score values by specie.

ESP: Este verbo es responsable de obtener los valores de epsilon y score por especie.

Source:

Requires

Members

(static) pipe

ENG: This variable defines the order of methods to be executed when getGeoRelNiche verb is called.

ESP: Esta variable es un arreglo donde se define el flujo que debe de tener una petición al verbo getGeoRelNiche.

Source:

Methods

(inner) getGeoRelNiche(req, res, next)

ENG: This method obtains epsilon and score values by specie. The results are based on a target species and a group of variables given.

ESP: Obtiene epsilon y score de la selección de especie objetivo y conjunto de variables bióticas y abióticas.

Parameters:
Name Type Description
req express.Request

Express request object

res express.Response

Express response object

next function

Express next middleware function

Source: