chemdoodle_transform: ChemDoodle Transform Canvas

Description Usage

View source: R/chemdoodle_transform.R

Description

Widget that accepts a SMILES string and visualizes it using ChemDoodle

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
chemdoodle_transform(smiles, width = 500, height = 500, bondscale = 14.4,
  backgroundColor = "white", scale = 1, atoms_font_size_2D = 12,
  atoms_font_families_2D = c("Helvetica", "Arial", "Dialog"),
  atoms_font_italic_2D = FALSE, atoms_circleDiameter_2D = 10,
  atoms_useJMOLColors = FALSE, atoms_usePYMOLColors = FALSE,
  atoms_implicitHydrogens_2D = TRUE,
  atoms_displayTerminalCarbonLabels_2D = TRUE,
  atoms_displayAllCarbonLabels_2D = FALSE, bonds_display = TRUE,
  bonds_width_2D = 1, bonds_saturationWidth_2D = 0.2,
  bonds_ends_2D = "round", bonds_useJMOLColors = FALSE,
  bonds_usePYMOLColors = FALSE, bonds_wedgeThickness_2D = 0.22,
  bonds_hashWidth_2D = 1)

zachcp/chemdoodle documentation built on April 13, 2021, 7:36 a.m.