From d04167e1355a9981dac447d82e44c0bb6f2f4e1e Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Fri, 26 Feb 2016 20:03:15 +0530 Subject: adjusting text-size in plots --- man/plot.idframe.Rd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'man') diff --git a/man/plot.idframe.Rd b/man/plot.idframe.Rd index a925b29..2a34888 100644 --- a/man/plot.idframe.Rd +++ b/man/plot.idframe.Rd @@ -4,7 +4,8 @@ \alias{plot.idframe} \title{Plotting idframe objects} \usage{ -\method{plot}{idframe}(x, col = "steelblue", lwd = 1, main = NULL) +\method{plot}{idframe}(x, col = "steelblue", lwd = 1, main = NULL, + size = 12) } \arguments{ \item{x}{an \code{idframe} object} @@ -14,6 +15,8 @@ \item{lwd}{line width, in millimeters(Default=\code{1})} \item{main}{the plot title. (Default = \code{NULL})} + +\item{size}{text size (Default = \code{12})} } \description{ Plotting method for objects inherting from class \code{idframe} -- cgit