All of the code in local_R/ is code left over from the previous version of the package. Each of these functions needs to be evaluated as to whether it is useful and still needed in the AirFireModeling version of the package.
This task is to investigate creating an updated grid_correlationMap() function, using the old gridMap_correlation() as a starting point.
The original code use base R functionality and this is a chance to evaluate options for improvement including:
Should we use ggplot for mapping?
Should we harness capabilities available in RasterVis or some other package? What would be involved in that?
The end result of this issue will be the creation of more specific tasks.
All of the code in
local_R/
is code left over from the previous version of the package. Each of these functions needs to be evaluated as to whether it is useful and still needed in the AirFireModeling version of the package.This task is to investigate creating an updated
grid_correlationMap()
function, using the oldgridMap_correlation()
as a starting point.The original code use base R functionality and this is a chance to evaluate options for improvement including:
The end result of this issue will be the creation of more specific tasks.