Plot distribution of landtype area with distance from a weather station to
asses the surrounding environment and potnetial impact on the measurements
Usage
plot_landtype_dist(stn = NULL, land = NULL)
Arguments
- stn
A SpatVector with station attributes from
"get_latlon_frost"
- land
A data.frame with land type distribution from
"compute_landtype_distance"
Examples
# Example of input to plot
# plot_landtype_dist(stn, landtype_dist)