Skip to main content

interp_grid_yaxis

Function interp_grid_yaxis 

Source
fn interp_grid_yaxis(
    args: &[RValue],
    named: &[(String, RValue)],
    context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Draw a y-axis on the grid graphics device.

@param at numeric vector of tick mark positions (in native coordinates) @param label character vector of labels, or TRUE for automatic @param main logical; if TRUE (default), draw to the left of the viewport @param gp graphical parameters @param vp viewport to use @param name grob name @param draw whether to draw immediately (default TRUE) @return a yaxis grob (invisibly)