mk_error_fig {nlmixr2rpt} | R Documentation |
Generates ggplot
Object with Error Message
Description
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.
Usage
mk_error_fig(msgs)
Arguments
msgs |
Vector of error messages |
Value
ggplot object
Examples
mk_error_fig("This is an error")
[Package nlmixr2rpt version 0.2.0 Index]