Transform table returned from pump_power to a long format table or to a wide format table.
transpose_power_table(power_table, M = NULL)
data.frame of power results in long format.
pumpresult object for a power result (not mdes or sample). (It can also take a raw dataframe of the wide table to convert to long, as an internal helper method.)
scalar; set if power_table is a data.frame without set number of outcomes. Usually ignore this.