empty_graph
empty_graph.Rd
Display an empty plot with a text in the middle of the window (for instance to specify that no plot can be drawn).
Arguments
- text
Single character string of the message to display.
- text.size
Single numeric value of the text size.
- title
Single character string of the graph title.
- title.size
Single numeric value of the title size (in points).
- safer_check
Single logical value. Perform some "safer" checks (see https://github.com/safer-r)? If TRUE, checkings are performed before main code running: 1) R classical operators (like "<-") not overwritten by another package because of the R scope and 2) required functions and related packages effectively present in local R lybraries. Set to FALSE if this fonction is used inside another "safer" function to avoid pointless multiple checkings.