reforge,SBF-method | R Documentation |
Resizing function for swimbladdered targets
## S4 method for signature 'SBF'
reforge(
object,
length_body = NA,
width_body = NA,
height_body = NA,
length_bladder = NA,
width_bladder = NA,
height_bladder = NA,
radius_body = NA,
bladder_inflation_factor = 1,
isometric_body = T,
isometric_bladder = T,
n_segments_body = NA,
n_segments_bladder = NA
)
object |
SBF-class object. |
length_body |
Updated body length when applicable. |
width_body |
Updated body width when applicable. |
height_body |
Updated body height/depth when applicable. |
length_bladder |
Updated bladder length when applicable. |
width_bladder |
Updated bladder width when applicable. |
height_bladder |
Updated bladder height/depth when applicable. |
radius_body |
Updated body radius when applicable. |
bladder_inflation_factor |
Proportional bladder volume. |
isometric_body |
Logical; maintain isometric scaling for body. |
isometric_bladder |
Logical; maintain isometric scaling for bladder. |
n_segments_body |
Number of segments along the body. |
n_segments_bladder |
Number of segments along the bladder. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.