rmw_plot_test_prediction: Function to plot the test set and predicted set after...

View source: R/rmweather_plotting_functions.R

rmw_plot_test_predictionR 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 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?

Value

ggplot2 plot with a hex geometry.

Author(s)

Stuart K. Grange


skgrange/rmweather documentation built on Nov. 29, 2023, 2:39 a.m.