Learn R Programming

rcdk (version 3.8.1)

get.point2d: get.point2d

Description

Get the 2D coordinates of the atom.

Usage

get.point2d(atom)

Value

A 2-element numeric vector representing the X & Y coordinates.

Arguments

atom

The atom to query

Author

Rajarshi Guha (rajarshi.guha@gmail.com)

Details

In case, coordinates are unavailable (e.g., molecule was read in from a SMILES file) or have not been generated yet, `NA`'s are returned for the X & Y coordinates.

See Also

get.point3d

Examples

Run this code
if (FALSE) {
atoms <- get.atoms(mol)
coords <- do.call('rbind', lapply(apply, get.point2d))
}

Run the code above in your browser using DataLab