powered by
Calculate relative timeseries using the initial value as benchmark.
convert_relative_initial(data, col = "atoutput")
Dataframe to apply the transformation to.
Character value giving the name of the column to transform. Default is "atoutput".
"atoutput"
Dataframe with transformed column 'col'.
# NOT RUN { df <- convert_relative_initial(ref_structn) head(df[df$layer == 1, ], n = 15) # }
Run the code above in your browser using DataLab