rmw_plot_test_prediction: 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)
Value
ggplot2 plot with a hex geometry.
Arguments
- df
Tibble created by rmw_predict_the_test_set
.
- bins
Numeric vector giving number of bins in both vertical and
horizontal directions.
- coord_equal
Should axes be forced to be equal?