view.molecule.2d {rcdk}R Documentation

view.molecule.2d

Description

Create a 2D depiction of a molecule. If there are more than one molecules supplied, return a grid woth ncol columns,.

Usage

view.molecule.2d(
  molecule,
  ncol = 4,
  width = 200,
  height = 200,
  depictor = NULL
)

Arguments

molecule

The molecule to query. Should be a 'jobjRef' representing an 'IAtomContainer'

ncol

Default 4

width

Default 200

height

Default 200

depictor

Default NULL


[Package rcdk version 3.8.1 Index]