- RIA_data_in
RIA_image.
- xy_dim
numeric, in plane resolution.
- z_dim
numeric, cross plane resolution.
- all_vol
numeric, volume of whole lesion.
- all_surf
numeric, surface of whole lesion.
- calc_dist
logical, whether to calculate distances, may take very long.
- calc_sub
logical, indicating whether to calculate metrics for all different values
present in the image. This can be useful for calculating metrics of subcomponents for
a discretized image. If FALSE, then all voxels are treated equally and the results will
be based on the whole image.
- use_type
string, can be "single" which runs the function on a single image,
which is determined using "use_orig" or "use_slot". "discretized"
takes all datasets in the RIA_image$discretized slot and runs the analysis on them.
- use_orig
logical, indicating to use image present in RIA_data$orig.
If FALSE, the modified image will be used stored in RIA_data$modif.
- use_slot
string, name of slot where data wished to be used is. Use if the desired image
is not in the data$orig or data$modif slot of the RIA_image. For example,
if the desired dataset is in RIA_image$discretized$ep_4, then use_slot should be
discretized$ep_4. The results are automatically saved. If the results are not saved to
the desired slot, then please use save_name parameter.
- save_name
string, indicating the name of subslot of $stat_geometry to save results to.
If left empty, then it will be automatically determined by RIA.
- verbose_in
logical indicating whether to print detailed information.
Most prints can also be suppressed using the suppressMessages
function.