Helper function to remove NAs for loon plots
na_omit_loon(x, y = NULL, linkingKey = NULL, itemLabel = NULL)
The vector of x values (required)
The vector of y values (optional) of the same length as x; if NULL then it's ignored.
The vector of keys used to define links between points, of the same length as x; if NULL it will be 0:(length(x)-1).
The vector of labels for the points, of the same length as x; if NULL it will be constructed.
A list(x, y, linkingKey, itemLabel) where any NA in x or y will have been omitted from all
Other graphical tools:
l_ispace_config()
,
plot_region()
,
vport()
,
zenarrow()