std_profileplot_group: Standard profile plot by group

View source: R/profileplot.R

std_profileplot_groupR Documentation

Standard profile plot by group

Description

A function to plot a profile plot with groups.

Usage

std_profileplot_group(
  var,
  time,
  group,
  var.label,
  time.label,
  group.label,
  ...
)

Arguments

var

a numeric vector.

time

a numeric vector.

group

a character vector.

var.label

a character value specifying the variable label.

time.label

a character value specifying the time label.

group.label

a character value specifying the group label.

Details

This function defines the standard profile plot with groups to be plotted by the function nt_profileplot. It can be modified by the user. See more details in geom_errorbar.

Value

a ggplot object.


dnzmarcio/ntimes documentation built on Feb. 5, 2025, 8:57 a.m.