line_df_to_point_df: Formats a dataframe of line to add points

View source: R/swimplot.R

line_df_to_point_dfR Documentation

Formats a dataframe of line to add points

Description

This function formats a dataframe; used with swimmer_lines

Usage

line_df_to_point_df(df_lines, start = "start", end = "end", cont = NULL)

Arguments

df_lines

a dataframe

start

start column name

end

end column name

cont

continue column name

Value

a dataframe in a format for adding points to a swimmers plot


biostatsPMH/swimplot documentation built on Jan. 18, 2024, 2 a.m.