line_df_to_point_df: Formats a dataframe of line to add points

Description Usage Arguments Value

View source: R/swimplot.R

Description

This function formats a dataframe; used with swimmer_lines

Usage

1
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


swimplot documentation built on March 31, 2021, 1:06 a.m.