FM_mk_error_fig {formods} | R Documentation |
Takes a vector of messages and returns a ggplot object with the text in the figure. This can be used in automated figure generation to cascade an error message to the end user.
FM_mk_error_fig(msgs)
msgs |
Vector of error messages |
ggplot object
FM_mk_error_fig("Oh nos! You've made a mistake!")