Reorders a dataframe by the time points, then by the rows then by the columns.

df_arrange(data, time = "time", well = "well")

Arguments

data

A dataframe with a time column and a well column.

time

The name of the column with the time points.

well

The name of the column with the well ID information.

Value

The input dataframe reordered.