diff options
author | Suraj Yerramilli | 2016-02-26 20:03:15 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-02-26 20:03:15 +0530 |
commit | d04167e1355a9981dac447d82e44c0bb6f2f4e1e (patch) | |
tree | 2239412d5260f5ff4be696a40929e2c7a90b2b58 /man | |
parent | 0726b257528b292ce27b27453ea8990aa4b0645f (diff) | |
download | SysID-R-code-d04167e1355a9981dac447d82e44c0bb6f2f4e1e.tar.gz SysID-R-code-d04167e1355a9981dac447d82e44c0bb6f2f4e1e.tar.bz2 SysID-R-code-d04167e1355a9981dac447d82e44c0bb6f2f4e1e.zip |
adjusting text-size in plots
Diffstat (limited to 'man')
-rw-r--r-- | man/plot.idframe.Rd | 5 |
1 files changed, 4 insertions, 1 deletions
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} |