aboutsummaryrefslogtreecommitdiff
path: root/inst/examples/octanol.R
blob: 47c2140d52c5034c985782f2d70e48337a574d3d (plain) (blame)
1
2
3
4
5
oct <- chent$new("1-octanol", smiles = "CCCCCCCCO")
print(oct)
if (!is.null(oct$Picture)) {
  plot(oct)
}

Contact - Imprint