fn interp_dev_off(
_args: &[RValue],
_named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Close the current graphics device.
Closes any open plot window and clears the accumulated plot state.
@return integer 1 (invisibly)