|
3 | 3 | #' The "type" argument defines the |
4 | 4 | #' legend type. |
5 | 5 | #' Please note that some arguments are available for all types of legend and |
6 | | -#' some others are only relevant for specific legend types (see Details). |
| 6 | +#' some others are only relevant for specific legend types. |
7 | 7 | #' |
8 | 8 | #' @md |
9 | 9 | #' @param leg legend object |
|
48 | 48 | #' @param horiz if TRUE plot an horizontal legend |
49 | 49 | #' @return A list of legends parameters is returned. |
50 | 50 | #' @export |
51 | | -#' @details |
52 | | -#' Some arguments are available for all types of legend: `val`, |
53 | | -#' `adj`, `title`). |
54 | | -#' |
55 | | -#' |
56 | | -#' Relevant arguments for each specific legend types: |
57 | | -#' * `leg(type = "prop", val, inches, symbol, col, lwd, border, val_rnd, self_adjust, horiz)` |
58 | | -#' * `leg(type = "choro", val, pal, val_rnd, col_na, no_data, no_data_txt, box_border, horiz)` |
59 | | -#' * `leg(type = "cont", val, pal, val_rnd, col_na, no_data, no_data_txt, box_border, horiz)` |
60 | | -#' * `leg(type = "typo", val, pal, col_na, no_data, no_data_txt, box_border)` |
61 | | -#' * `leg(type = "symb", val, pal, pch, cex, lwd, pch_na, cex_na, col_na, no_data, no_data_txt)` |
62 | | -#' * `leg(type = "prop_line", val, col, lwd, val_rnd)` |
63 | | -#' * `leg(type = "grad_line", val, col, lwd, val_rnd)` |
64 | | -#' |
65 | | -#' |
66 | 51 | #' @examples |
67 | 52 | #' # minimal example |
68 | 53 | #' plot.new() |
|
0 commit comments