rmw_plot_test_prediction {rmweather} | R Documentation |
Function to plot the test set and predicted set after
rmw_predict_the_test_set
.
Description
Function to plot the test set and predicted set after
rmw_predict_the_test_set
.
Usage
rmw_plot_test_prediction(df, bins = 30, coord_equal = TRUE)
Arguments
df |
Tibble created by |
bins |
Numeric vector giving number of bins in both vertical and horizontal directions. |
coord_equal |
Should axes be forced to be equal? |
Value
ggplot2 plot with a hex geometry.
Author(s)
Stuart K. Grange
[Package rmweather version 0.2.6 Index]