From f908377f1de2e04ca3720d10084169c46a477ce2 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 28 Sep 2015 21:34:23 +0200 Subject: Several changes heading for a release to the public - Add tests - Add staticdocs - Documentation improvements - Several small code improvements --- man/draw_svg.chent.Rd | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 man/draw_svg.chent.Rd (limited to 'man/draw_svg.chent.Rd') diff --git a/man/draw_svg.chent.Rd b/man/draw_svg.chent.Rd new file mode 100644 index 0000000..87234a1 --- /dev/null +++ b/man/draw_svg.chent.Rd @@ -0,0 +1,24 @@ +% Generated by roxygen2 (4.1.1): do not edit by hand +% Please edit documentation in R/chent.R +\name{draw_svg.chent} +\alias{draw_svg.chent} +\title{Draw SVG graph from a chent object using RDKit} +\usage{ +draw_svg.chent(x, width = 300, height = 150, + filename = paste0(names(x$identifier), ".svg"), subdir = "svg") +} +\arguments{ +\item{x}{The chent object to be plotted} + +\item{width}{The desired width in pixels} + +\item{height}{The desired height in pixels} + +\item{filename}{The filename} + +\item{subdir}{The path to which the file should be written} +} +\description{ +Draw SVG graph from a chent object using RDKit +} + -- cgit v1.2.1