From 6937e41d317b953d8246203814500166dbe89470 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 13 Oct 2020 11:26:03 +0200 Subject: Temporarily remove @example tags Due to r-lib/roxygen2#1158 --- man/draw_svg.chent.Rd | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'man/draw_svg.chent.Rd') diff --git a/man/draw_svg.chent.Rd b/man/draw_svg.chent.Rd index 93b657d..2125b47 100644 --- a/man/draw_svg.chent.Rd +++ b/man/draw_svg.chent.Rd @@ -4,8 +4,13 @@ \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") +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} -- cgit v1.2.1