get_name_elem | R Documentation |
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=" <-> ")
x |
|
which |
|
sep |
|
Thin front-end to gsub
. Only useful internally or for Shiny GUI.
character
element as the first or second element of the string.
gsub
,
get_mesh_pairs
get_name_elem("MESH_1 <-> MESH_2", which=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.