View source: R/pof_future_poles_ohl_support_50kv.R
pof_future_poles_ohl_support_50kv | R Documentation |
This function calculates the future annual probability of failure per kilometer for a Poles OHL support 50 kV. The function is a cubic curve that is based on the first three terms of the Taylor series for an exponential function.
pof_future_poles_ohl_support_50kv( sub_division = "Wood", placement = "Default", altitude_m = "Default", distance_from_coast_km = "Default", corrosion_category_index = "Default", age, measured_condition_inputs, observed_condition_inputs, reliability_factor = "Default", k_value = 0.0285, c_value = 1.087, normal_expected_life = "Default", simulation_end_year = 100 )
sub_division |
String Sub Division |
placement |
String. Specify if the asset is located outdoor or indoor. |
altitude_m |
Numeric. Specify the altitude location for
the asset measured in meters from sea level. |
distance_from_coast_km |
Numeric. Specify the distance from the
coast measured in kilometers. |
corrosion_category_index |
Integer. Specify the corrosion index category, 1-5. |
age |
Numeric. The current age in years of the conductor. |
measured_condition_inputs |
Named list observed_conditions_input |
observed_condition_inputs |
Named list observed_conditions_input
|
reliability_factor |
Numeric. |
k_value |
Numeric. |
c_value |
Numeric. |
normal_expected_life |
Numeric. |
simulation_end_year |
Numeric. The last year of simulating probability of failure. Default is 100. |
DataFrame. Future probability of failure along with future health score
# Future annual probability of failure for Poles OHL support 50 kV pof_future_poles_ohl_support_50kv( sub_division = "Wood", placement = "Default", altitude_m = "Default", distance_from_coast_km = "Default", corrosion_category_index = "Default", age = 10, observed_condition_inputs = list("visual_pole_cond" = list("Condition Criteria: Pole Top Rot Present?" = "Default"), "pole_leaning" = list("Condition Criteria: Pole Leaning?" = "Default"), "bird_animal_damage" = list("Condition Criteria: Bird/Animal Damage?" = "Default"), "top_rot" = list("Condition Criteria: Pole Top Rot Present?" = "Default")), measured_condition_inputs = list("pole_decay" = list("Condition Criteria: Degree of Decay/Deterioration" = "Default")), reliability_factor = "Default", k_value = 0.0285, c_value = 1.087, normal_expected_life = "Default", simulation_end_year = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.