get.connection.matrix | R Documentation |
The connection matrix for a molecule with N
non-hydrogen atoms is an
N \times N
matrix where the element [i
,j
] is set to the
bond order if atoms i
and j
are connected by a bond, otherwise set to 0.
get.connection.matrix(mol)
mol |
A |
A N \times N
numeric matrix
Rajarshi Guha rajarshi.guha@gmail.com
get.adjacency.matrix
m <- parse.smiles("CC=C")[[1]]
get.connection.matrix(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.