iNicheViews: iNicheViews - (Interactive)

Description Usage Arguments Details Examples

View source: R/iNicheViews.R

Description

Function to generate bivariate graphs of all combinations of PCA components, overlaid with occurrence data. Graphs are stored in jpg files. This function also generates bar plots of each component, occurence of that components. Interactive version. For noninteractive veriosn to be used in scripts refer NicheViews

Usage

1
iNicheViews(OutputSufix = NA, RasterFileList = NA, DataFileName = NA)

Arguments

OutputSufix

- Suffix for the output graph files. (file names will be "sample12.jpg" where sample is suffix and component 1 and 2 are plotted in this plot)

RasterFileList

- Component files in .asc format (Use the components generated by PCA function, you can use any .asc files if you need)

DataFileName

- Species occurrences file - .csv file with "Species, Longitude, Latitude" fields with headers.

Details

Time required to run the function depends upon the size of component files.

Examples

1
2
3
4
## Not run: 
iNicheViews()

## End(Not run)

vijaybarve/ENMGadgets documentation built on May 3, 2019, 6:12 p.m.