Skip to content

Commit

Permalink
Adding some bad labels to aster and FlowerPlot functions. These need …
Browse files Browse the repository at this point in the history
…to be improved, but am just trying to get past errors.
  • Loading branch information
Melsteroni committed May 17, 2016
1 parent c5f92a2 commit c2438d6
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 28 deletions.
28 changes: 14 additions & 14 deletions R/PlotFlower.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
28 changes: 14 additions & 14 deletions R/aster.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
28 changes: 28 additions & 0 deletions man/PlotFlower.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions man/aster.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c2438d6

Please sign in to comment.