plot_vic_map: Plotting map of Victoria, Australia

View source: R/plot_vic_map.R

plot_vic_mapR Documentation

Plotting map of Victoria, Australia

Description

This function plots the map of Victoria, Australia.

Usage

plot_vic_map(...)

Arguments

...

All arguments will be ignored.

Details

Require package sf installed.

Value

A ggplot object. The map of Victoria, Australia.

Examples

if (requireNamespace("sf", quietly = TRUE)) {
  plot_vic_map()
}


TengMCing/hotspotcluster documentation built on Aug. 23, 2023, 12:47 p.m.