plot_map: Plot the path on a leaflet map

Usage Arguments Examples

Usage

1
plot_map(d, colvar = "T_Depth")

Arguments

d

Data.frame containing all data (must have Lat/Lon/T_Depth columns)

colvar

Variable to color path points (defaults to T_Depth)

Examples

1
2
3
4
5
6
data(greenlake)

plot_map(greenlake)

#the map can be colored by different variables
plot_map(greenlake, colvar='pH')

lawinslow/paulplot documentation built on May 20, 2019, 8:25 p.m.