R/tmapGridDataPlot.R

Defines functions tmapGridDataPlot.default tmapGridDataPlot

Documented in tmapGridDataPlot tmapGridDataPlot.default

#' @export
#' @keywords internal
#' @rdname tmapGridLeaflet
tmapGridDataPlot = function(a, shpTM, dt, gp, bbx, facet_row, facet_col, facet_page, id, pane, group, glid, o, ...) {
	UseMethod("tmapGridDataPlot")
}

#' @export
#' @keywords internal
#' @rdname tmapGridLeaflet
tmapGridDataPlot.default = function(a, shpTM, dt, gp, bbx, facet_row, facet_col, facet_page, id, pane, group, glid, o, ...) {
	NULL
}

Try the tmap package in your browser

Any scripts or data that you put into this service are public.

tmap documentation built on June 26, 2026, 5:08 p.m.