line_df_to_point_df {swimplot} | R 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
[Package swimplot version 1.2.0 Index]