createLUTGroup | R Documentation |
Fix the track ids for a single group (="movie")
createLUTGroup(data, frame_var, obj_var, par_obj_var)
data |
The data frame with data for a single group |
frame_var |
The variable which identifies separate frames in the group. Most commonly 'groupId'. |
obj_var |
The variable with the object number, for example, 'Nuclei_Number_Object_Number' |
par_obj_var |
The variable indicating the parent object number in the previous time frame, for example 'Nuclei_TrackObjects_ParentObjectNumber_30' |
## Not run:
createLUTGroup(data,
frame_var = groupInd,
obj_var = Nuclei_Number_Object_Number,
par_obj_var = Nuclei_TrackObjects_ParentObjectNumber_30)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.