R3dmol id or a r3dmol object (the output from
r3dmol())
Value
id R3dmol id or a r3dmol object (the output from
r3dmol())
Examples
library(r3dmol)mol<-r3dmol()%>%m_add_model(data ="data-raw/Conformer3D_CID_5291.sdf", format ="sdf")# Render modelmol# Remove all labelsmol%>%m_remove_all_models()