substr_mask: Extract substructure from a molecule using mask

Description Usage Arguments Value Examples

Description

Extracts substructure from a molecule using mask.

Usage

1
substr_mask(mol, mask)

Arguments

mol

molecule

mask

mask defining substructure to be extracted

Value

Substructure

Examples

1
2
3
data("alkans74")
mol <- alkans74.mdb[[2]]
substr_mask(mol, c(1,1,0))

conmolfields documentation built on May 2, 2019, 4:18 p.m.