MigClim.plot: Plots ascii raster ouputs of the MigClim.migrate function

Description Usage Arguments Value See Also

View source: R/MigClim.plot.R

Description

Plots ascii raster ouputs of the MigClim.migrate function with an adequate color scale and saves the result as a JPEG or PNG file (or does simply display it in the R console).

Usage

1
MigClim.plot(asciiFile, outDir="", fileFormat="jpeg", fullOutput=FALSE)

Arguments

asciiFile

Name of the main ascii raster ouput "_raster.asc" obtained when running a simulation using MigClim.migrate. If the ascii file is not located in the working directory, then the file name should include its path as well. File names should end in "_raster.asc" or "_raster".

outDir

Optional ouput directory. When this value is set to its default ("") then the ouput files are saved in the same directory as the ascii grids that are being plotted.

fileFormat

Format in which the ouput graphics are saved. Can be either "jpeg", "png" or "inR". If "inR" is passed as parameter value, the plotted image is not saved to disk but simply displayed in the R console.

fullOutput

If "TRUE" then all the intermediate ouputs for the given simulation are also plotted and saved to disk.

Value

The function does not return any value but saves "jpeg" or "png" image files to disk, or displays a graphic in the R consile (fileFormat="inR").

See Also

MigClim.migrate ()


MigClim documentation built on Feb. 13, 2020, 9:07 a.m.