View source: R/powerlines-find_transmissiontowers.R
get_tower_spec | R Documentation |
Return the specifications of a given tower type i.e. size range, width range, tension, number of
wire. If type
is contains the specifications of a non supported type it checks the validity
of the specification
get_tower_spec(type)
type |
one of |
A list
Other electrical network:
classify_transmissiontowers()
,
classify_wires()
,
track_wires()
specs = get_tower_spec("waist-type") # Create new specs new_specs = specs new_specs$width = c(20, 25) # Validate this specs get_tower_spec(new_specs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.