Description Usage Arguments Details Value Note Author(s) References See Also
This function separates species with restricted distribution to a polygon or a defined area, following a series of conditions.
| 1 2 3 4 | 
| data | Vector of characters. Name of the input file. | 
| rd.frmt | Vector of characters. The file format to read. 
By default it will be read  as a  R object using the
 | 
| path | Vector of characters. Path to the input file. | 
| shp.poly | SpatialPolygonDataframe Class. Polygon of the referenced areas. The area where the species has to be distributed. | 
| max.per.out | Numeric vector. Maximum percentege of occurrences that can be outside of polygon for the species to be considered as species with restricted distribution. See details. | 
| max.occ.out | Numeric vector. Absolute maximum number of occurrences that can be outside of a polygon for the species to be considered as species with restricted distribution. See details. | 
| execute | Logical vector. If  | 
| B1 | Logical vector. If  | 
| B2 | Logical vector. If  | 
| wrt.frmt | Vector of characters. Format to save output file. By default it will be written as a R object using | 
| save.inside.in | Vector of characters. Path to the output file for each species whose distribution was considered restricted to polygon. | 
| save.outside.in | Vector of characters. Path to the output file for each species whose distribution was considered widespread. | 
#' To see the descriptions and details about conditions and parameters the user should check R-Alarcon V. and Miranda-Esquivel DR.(submitted) geocleaMT: An R package to cleaning geographical data from electronic biodatabases.
The condition A, B3 and C for species classification are executed by default, and these can not be modified.
The headers of the input file must follow the Darwin Core standard [1]. 
The user can see the guide using data('ID_DarwinCore) command.
For  more details about the formats to read and/or write, see 
readAndWrite function.
If execute is 'TRUE' a table data.frame class with information about 
how was the species classified and an output file by species with occurrences. 
If execute is FALSE, a table data.frame class will be saved,  with information about 
how was the species classified.
See: R-Alarcon V. and Miranda-Esquivel DR.(submitted) geocleaMT: An R package to cleaning geographical data from electronic biodatabases.
R-Alarcon Viviana and Miranda-Esquivel Daniel R.
[1] Wieczorek, J. et al. 2012. Darwin core: An evolving community-developed biodiversity data standard. PloS One 7: e29715.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.