Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
mdfrias committed Oct 17, 2018
1 parent c295efe commit aa373af
Show file tree
Hide file tree
Showing 12 changed files with 339 additions and 8 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
export(MrQuantile)
export(QuantileProbs)
export(bubblePlot)
export(cascadePlot)
export(clim2sgdf)
export(climagram)
export(detrend.data)
Expand Down
2 changes: 1 addition & 1 deletion R/cascadePlot.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#' If NULL (default) names are taken from x.
#' @param colors Color vector to be used in the last aggregating step and all
#' lines leading to each main branch. If NULL (default) an appropriate rainbow
#' scale is used. Its length should be length(levels(factors[[rev(stages)[1]]])).
#' scale is used. Its length should be \code{length(levels(factors[[rev(stages)[1]]]))}.
#' @param title Title of the plot
#' @param line.width Width of the lines.
#' @param plot.density Logical (default = TRUE). Add an estimate of the probability
Expand Down
2 changes: 1 addition & 1 deletion R/side.density.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' Alpha ranges from 0 (fully transparent) to 1 (opaque). Default is 0.3.
#' @param shades Logical (default = FALSE). If TRUE add shades for the quantiles
#' defined in prob.
#' @param prob A vector giving the quantiles to be highlithed in the PDF.
#' @param prob A vector giving the quantiles to be highlighted in the PDF.
#' Default is the quartiles.
#' @param density.offset A vector indicating how much the PDF should be shifted
#' relative to the bottom part of the plot. Default is 0.
Expand Down
3 changes: 2 additions & 1 deletion man/bubblePlot.Rd

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

74 changes: 74 additions & 0 deletions man/cascadePlot.Rd

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

1 change: 1 addition & 0 deletions man/climagram.Rd

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

5 changes: 3 additions & 2 deletions man/reliabilityCategories.Rd

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

42 changes: 42 additions & 0 deletions man/side.density.Rd

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

2 changes: 1 addition & 1 deletion man/spreadPlot.Rd

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

2 changes: 1 addition & 1 deletion man/tercileBarplot.Rd

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

2 changes: 1 addition & 1 deletion man/tercilePlot.Rd

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

Loading

0 comments on commit aa373af

Please sign in to comment.