generate_plot_list: generate_plot_list

Description Usage Arguments

View source: R/generate_plot_list.R

Description

Takes the result of generate_p_cut_frame and creates plot lists based on our choice of RMSE function.

Usage

1
2
3
4
5
generate_plot_list(
  full_plot_frame,
  rmse_func = rmse_from_one_func,
  silent = !interactive()
)

Arguments

full_plot_frame

Result from generate_p_cut_frame.

rmse_func

Function that takes in a vector of estimates and computes an RMSE.

silent

Whether to suppress messages as it's running.. Default !interactive().


rzgross/uRbanmatching documentation built on Dec. 22, 2021, 8:20 p.m.