R/ceplane_legend_manual.R

Defines functions ceplane_legend_manual

#
ceplane_legend_manual <- function(he, plot_params) {
  isfirst <- plot_params$ref_first
  
  list(
    scale_color_manual(
      labels =
        line_labels.default(he, ref_first = isfirst),
      values = plot_params$point$color),
    scale_shape_manual(
      labels =
        line_labels.default(he, ref_first = isfirst),
      values = plot_params$point$shape))
}

Try the BCEA package in your browser

Any scripts or data that you put into this service are public.

BCEA documentation built on Nov. 25, 2023, 5:08 p.m.