substruct {conmolfields} | R Documentation |
Extracts substructure from a molecule.
substruct(mol, oldnum)
mol |
molecule |
oldnum |
list of the atoms defining the substructure to be extracted |
Substructure
data("alkans74") mol <- alkans74.mdb[[2]] substruct(mol, c(1,2))