From c2438d634b73188f5bea1302b474e2b2d646ed7e Mon Sep 17 00:00:00 2001 From: Melsteroni Date: Tue, 17 May 2016 13:46:53 -0700 Subject: [PATCH] Adding some bad labels to aster and FlowerPlot functions. These need to be improved, but am just trying to get past errors. --- R/PlotFlower.R | 28 ++++++++++++++-------------- R/aster.R | 28 ++++++++++++++-------------- man/PlotFlower.Rd | 28 ++++++++++++++++++++++++++++ man/aster.Rd | 28 ++++++++++++++++++++++++++++ 4 files changed, 84 insertions(+), 28 deletions(-) diff --git a/R/PlotFlower.R b/R/PlotFlower.R index 12a1ecb..1f6421c 100644 --- a/R/PlotFlower.R +++ b/R/PlotFlower.R @@ -6,20 +6,20 @@ ##' @param disk relative radius of a central donut hole ##' @param max.length ... ##' @param center center value -##' @param main -##' @param fill.col -##' @param plot.outline -##' @param label.offset -##' @param xlim -##' @param ylim -##' @param uin -##' @param tol -##' @param cex -##' @param bty -##' @param lty -##' @param label.col -##' @param label.font -##' @param label.cex +##' @param main middle value +##' @param fill.col fill colors +##' @param plot.outline size of plot outline +##' @param label.offset label offset +##' @param xlim formatting +##' @param ylim formatting +##' @param uin formatting +##' @param tol formatting +##' @param cex size of middle text +##' @param bty formatting +##' @param lty line thickness +##' @param label.col label color +##' @param label.font label font +##' @param label.cex size of label text ##' @return Generate something akin to a rose plot in which the width and ##' length of each petal are directly specified by the user. Or to put it ##' differently, this is somewhat like a pie chart in which the radius of each diff --git a/R/aster.R b/R/aster.R index 35f82a9..c01992b 100644 --- a/R/aster.R +++ b/R/aster.R @@ -10,20 +10,20 @@ ##' @param disk relative radius of a central donut hole ##' @param max.length ... ##' @param center center value -##' @param main -##' @param fill.col -##' @param plot.outline -##' @param label.offset -##' @param xlim -##' @param ylim -##' @param uin -##' @param tol -##' @param cex -##' @param bty -##' @param lty -##' @param label.col -##' @param label.font -##' @param label.cex +##' @param main middle value +##' @param fill.col petal color +##' @param plot.outline formatting +##' @param label.offset formatting +##' @param xlim formatting +##' @param ylim formatting +##' @param uin formatting +##' @param tol tolerance +##' @param cex size of middle value +##' @param bty formatting +##' @param lty formatting +##' @param label.col label color +##' @param label.font label font +##' @param label.cex label size ##' @return Generate something akin to a rose plot in which the width and ##' length of each petal are directly specified by the user. Or to put it ##' differently, this is somewhat like a pie chart in which the radius of each diff --git a/man/PlotFlower.Rd b/man/PlotFlower.Rd index 735d3c7..e8b68bc 100644 --- a/man/PlotFlower.Rd +++ b/man/PlotFlower.Rd @@ -22,6 +22,34 @@ PlotFlower(lengths, widths, labels, disk = 0.5, max.length, center = NULL, \item{max.length}{...} \item{center}{center value} + +\item{main}{middle value} + +\item{fill.col}{fill colors} + +\item{plot.outline}{size of plot outline} + +\item{label.offset}{label offset} + +\item{xlim}{formatting} + +\item{ylim}{formatting} + +\item{uin}{formatting} + +\item{tol}{formatting} + +\item{cex}{size of middle text} + +\item{bty}{formatting} + +\item{lty}{line thickness} + +\item{label.col}{label color} + +\item{label.font}{label font} + +\item{label.cex}{size of label text} } \value{ Generate something akin to a rose plot in which the width and diff --git a/man/aster.Rd b/man/aster.Rd index b3c0f0a..33df1bd 100644 --- a/man/aster.Rd +++ b/man/aster.Rd @@ -22,6 +22,34 @@ aster(lengths, widths, labels, disk = 0.5, max.length, center = NULL, \item{max.length}{...} \item{center}{center value} + +\item{main}{middle value} + +\item{fill.col}{petal color} + +\item{plot.outline}{formatting} + +\item{label.offset}{formatting} + +\item{xlim}{formatting} + +\item{ylim}{formatting} + +\item{uin}{formatting} + +\item{tol}{tolerance} + +\item{cex}{size of middle value} + +\item{bty}{formatting} + +\item{lty}{formatting} + +\item{label.col}{label color} + +\item{label.font}{label font} + +\item{label.cex}{label size} } \value{ Generate something akin to a rose plot in which the width and