Version 0.3.5
inlmisc 0.3.5
-
In
PlotMap
function, fix bug introduced by previous fix of raster range calculation. -
Made
AddCertificate
an 'internal' function. -
Add argument checks using checkmate package.
inlmisc 0.3.4
-
In
PlotMap
function, fix bug in range calculation of raster values by removingfinite = TRUE
. -
In
PlotMap
function, fix extent of background image, rivers, lakes, and roads usingpar("usr")
. -
Add
FindOptimalSubset
function, used to identify an optimal subset using a genetic algorithm.
inlmisc 0.3.3
-
In
AddPoints
function: add option to scale symbol size to radius;
revise calculation of symbol size and legend labels. -
In
PlotMap
function, letr
argument accept any object that can be converted to aRasterLayer
class. -
In LaTeX preamble: add verbatimbox package; add maketitle format.
-
In
PlotMap
function, addsimplify
argument, used to convert raster to polygons prior to plotting. -
In
Grid2Polygons
function: allowgrd
argument to be an object of classSpatialPixelsDataFrame
orRaster*
; transform coordinate reference system (CRS) ofply
argument to match the CRS of thegrd
argument; and addzlim
argument, a limit on the attribute variable. -
In
ToScientific
function, add argumentsscipen
,delimiter
, and...
; and renamelab.type
argument totype
. Code in place for backwards compatibility.