Description Usage Arguments Value Examples
Applied polynomial linear regression model using power
and x_var
columns from the profile_data
and
returns calculated Pmax
and Pmax_location
in x_var
1 2 3 4 5 6 | get_power_profile(
profile_data,
power = "mean_power",
x_var = "mean_GRF_over_distance",
poly_deg = 2
)
|
profile_data |
Data frame returned from |
power |
Character string. Name of the column in the |
x_var |
Character string. Name of the column in the |
poly_deg |
Integer. Number of polynomial degrees. Forwarded to |
List with calculated Pmax
and Pmax_location
1 2 | fv_profile <- vj_profile(mass = 75)
get_power_profile(fv_profile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.