powered by
Utility function to return the first or second element of a comparison string used to indicate which two meshes are being compared.
get_name_elem(x, which=1L, sep=" <-> ")
character element as the first or second element of the string.
character
character. The string that indicates the comparison.
integer. Indicates whether to return the first or second element.
integer
character. The string that indicates the separator between the first and second element.
Thin front-end to gsub. Only useful internally or for Shiny GUI.
gsub
gsub, get_mesh_pairs
get_mesh_pairs
get_name_elem("MESH_1 <-> MESH_2", which=1)
Run the code above in your browser using DataLab