- New function dirty_pal() for global bathymetry.
-
ice_pal()
now defaults to the more pleasing NSIDC blue palette (useamsre = TRUE
to get the old behavour). -
Fixed a problem with missing values in
d_pal()
.
-
New function
d_pal()
and aliasdata_pal()
to colour data values (like {colourvalues} but simpler). -
Removed ftp links thanks to CRAN.
- Remove need for sp package by converting example data to a matrix.
-
Behaviour of
image_pal()
tweaked to match that ofgraphics::image.default()
more closely. -
New alias functions
bathy_deep_pal()
(bathyDeepPal),chl_pal()
(chlPal),ice_pal()
(icePal),sst_pal()
(sstPal) to start move to consistent and better names. The old function names are soft deprecated. -
New function
image_pal()
to return the colours created byimage()
for numeric input. Includes partner functionsimage_raster()
andimage_stars()
to create objects from raster and stars format. Both packages now included as Suggests. -
Converted NEWS to NEWS.md.
-
Added examples and tests
-
Installed
oisst
as a built-in data set. -
fixes for 3.3.0
-
added bathyDeepPal
- new function mk_timePal
-
renamed functions to camel case
-
improved vignette
- added ice.pal
- basics working