show_object | R Documentation |
Display a COIL-20 or COIL-100 object pose.
show_object(df, object, pose)
df |
Data frame containing the COIL-20 or COIL-100 dataframe. |
object |
Index of the object to display. Should be an integer between 1 and 20. |
pose |
For COIL-20: the index of the pose to display. Should be an integer between 0 and 71. For COIL-100: the angle of the pose. Should be an integer from 0 to 355, in five degree increments. |
## Not run:
# show the fourth pose of the fifth object of COIL-20
show_object(coil20, object = 5, pose = 4)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.