Learn R Programming

spotoroo (version 0.1.4)

plot_vic_map: Plotting map of Victoria, Australia

Description

This function plots the map of Victoria, Australia.

Usage

plot_vic_map(...)

Value

A ggplot object. The map of Victoria, Australia.

Arguments

...

All arguments will be ignored.

Details

Require package sf installed.

Examples

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

Run the code above in your browser using DataLab