@@ -65,34 +65,34 @@ pmx_vpc_obs <-
65
65
# '
66
66
# ' @param show \code{charcater} how lines are displayed:
67
67
# ' \itemize{
68
- # ' \item { \strong{show=all}} { lines will be displayed for each of
69
- # ' the 3 percentiles. with a shaded area.}
70
- # ' \item { \strong{show=median}} { Show only median line.}
71
- # ' \item { \strong{show=area}} { Show only median line and the shaded area}
68
+ # ' \item \strong{show=all} lines will be displayed for each of
69
+ # ' the 3 percentiles. with a shaded area.
70
+ # ' \item \strong{show=median} Show only median line.
71
+ # ' \item \strong{show=area} Show only median line and the shaded area
72
72
73
73
# ' }
74
74
75
75
# ' @param interval \code{numeric} quantiles values default
76
76
# ' to \code{c(.05,.95)}
77
77
# ' @param median \code{list} containing: \cr
78
78
# ' \itemize{
79
- # ' \item { \strong{color}} { \code{charcater} Color of the median percentile line. Default: "#000000". }
80
- # ' \item { \strong{linewidth}} { \code{numeric} Thickness of the median percentile line. Default: 1.}
81
- # ' \item { \strong{alpha}} { \code{numeric} Transparency of the median percentile line. Default: 0.7.}
82
- # ' \item { \strong{linetype}} { \code{charcater} Linetype of the median percentile line. Default: "solid".}
79
+ # ' \item \strong{color} \code{charcater} Color of the median percentile line. Default: "#000000".
80
+ # ' \item \strong{linewidth} \code{numeric} Thickness of the median percentile line. Default: 1.
81
+ # ' \item \strong{alpha} \code{numeric} Transparency of the median percentile line. Default: 0.7.
82
+ # ' \item \strong{linetype} \code{charcater} Linetype of the median percentile line. Default: "solid".
83
83
# ' }
84
84
85
85
# ' @param extreme \code{list} containing: \cr
86
86
# ' \itemize{
87
- # ' \item { \strong{color}} { \code{charcater} Color of the median percentile line. Default: "#000000". }
88
- # ' \item { \strong{linewidth}} { \code{numeric} Thickness of the median percentile line. Default: 1.}
89
- # ' \item { \strong{alpha}} { \code{numeric} Transparency of the median percentile line. Default: 0.7.}
90
- # ' \item { \strong{linetype}} { \code{charcater} Linetype of the median percentile line. Default: "solid"}
87
+ # ' \item \strong{color} \code{charcater} Color of the median percentile line. Default: "#000000".
88
+ # ' \item \strong{linewidth} \code{numeric} Thickness of the median percentile line. Default: 1.
89
+ # ' \item \strong{alpha} \code{numeric} Transparency of the median percentile line. Default: 0.7.
90
+ # ' \item \strong{linetype} \code{charcater} Linetype of the median percentile line. Default: "solid"
91
91
# ' }
92
92
# ' @param area \code{list} containing: \cr
93
93
# ' \itemize{
94
- # ' \item { \strong{fill}} { \code{charcater} Color of the shaded area. Default: "blue". }
95
- # ' \item { \strong{alpha}} { \code{numeric} Transparency of the sahded area. Default: 0.1.}
94
+ # ' \item \strong{fill} \code{charcater} Color of the shaded area. Default: "blue".
95
+ # ' \item \strong{alpha} \code{numeric} Transparency of the sahded area. Default: 0.1.
96
96
# ' }
97
97
# '
98
98
# ' @family vpc
@@ -142,27 +142,27 @@ pmx_vpc_pi <-
142
142
143
143
# ' @param show \code{charcater} how areas are displayed:
144
144
# ' \itemize{
145
- # ' \item { \strong{show="all"}} { areas will be displayed for each of the 3 percentiles. }
146
- # ' \item { \strong{show="median"}} { Show only median area.}
145
+ # ' \item \strong{show="all"} areas will be displayed for each of the 3 percentiles.
146
+ # ' \item \strong{show="median"} Show only median area.
147
147
# ' }
148
148
149
149
# ' @param interval \code{numeric} quantiles values default to \code{c(.05,.95)}
150
150
# ' @param method \code{charcater} which areas are displayed:
151
151
# ' \itemize{
152
- # ' \item { \strong{method="ribbon"}} { areas are ribbons.}
153
- # ' \item { \strong{method="rectangle"}} {ares are horizontal rectangles.}
152
+ # ' \item \strong{method="ribbon"} areas are ribbons.
153
+ # ' \item \strong{method="rectangle"} areas are horizontal rectangles.
154
154
# ' }
155
155
156
156
# ' @param median \code{list} containing: \cr
157
157
# ' \itemize{
158
- # ' \item { \strong{fill}} { \code{character} Color of the area representing the CI for the median. Default: "#3388cc".}
159
- # ' \item { \strong{alpha}} { \code{numeric} Transparency of the area representing the PI for the median. Default=0.3.}
158
+ # ' \item \strong{fill} \code{character} Color of the area representing the CI for the median. Default: "#3388cc".
159
+ # ' \item \strong{alpha} \code{numeric} Transparency of the area representing the PI for the median. Default=0.3.
160
160
# ' }
161
161
162
162
# ' @param extreme \code{list} containing: \cr
163
163
# ' \itemize{
164
- # ' \item { \strong{fill}} { \code{character} Color of the area representing the CI for the extreme percentiles. Default: "#3388cc".}
165
- # ' \item { \strong{alpha}} { \code{numeric} Transparency of the area representing the PI for the extreme percentiles. Default=0.3.}
164
+ # ' \item \strong{fill} \code{character} Color of the area representing the CI for the extreme percentiles. Default: "#3388cc".
165
+ # ' \item \strong{alpha} \code{numeric} Transparency of the area representing the PI for the extreme percentiles. Default=0.3.
166
166
# ' }
167
167
# '
168
168
# ' @export
0 commit comments