Skip to contents

This function plots the map of Victoria, Australia.

Usage

plot_vic_map(...)

Arguments

...

All arguments will be ignored.

Value

A ggplot object. The map of Victoria, Australia.

Details

Require package sf installed.

Examples

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