get_message_output {arenar} | R Documentation |
Internal function for returning message as plot data
Description
This method modify exisiting plot's data in Arena's format to show message instead of chart.
Usage
get_message_output(output, type, msg)
Arguments
output |
existing plot data to be overwritten |
type |
type of message "info" or "error" |
msg |
message to be displayed |
Value
Plot data in Arena's format
[Package arenar version 0.2.0 Index]