@@ -161,10 +161,8 @@ sfRateOutput <- function(){
161
161
box(title = " Settings" ,
162
162
collapsible = T , width = NULL ,
163
163
status = " warning" ,
164
-
165
- p(strong(" <Note>" ), " The estimation of sap flow is based on
166
- wood and sensor properties (see 'Project settings').
167
- If tree water use calculated with a specific method is 0, more information are required." ),
164
+ HTML(" <b>Note:</b> The estimation of sap flow and tree water use is based on
165
+ wood and sensor properties (see 'Settings')." ),
168
166
169
167
checkboxInput(" treeScaleSimple1" ,
170
168
" Method 1: Area of circular ring" , F ),
@@ -190,15 +188,15 @@ sfRateOutput <- function(){
190
188
" Save figure" , " saveFigure" )),
191
189
tabPanel(" Radial profile" , br(),
192
190
p(" Note: radial profile is not available for scaling method 2." ),
193
- # p("Each point represents one day."),
194
191
output.figure(" TWUradialprofile" ),
195
192
actButton(" save.TWUradialprofile" ,
196
193
" Save figure" , " saveFigure" )))
197
194
198
195
),
199
196
box(title = " Tree water use" ,
200
- p(" Daily tree water use (in liter per day) estimated as the area under
201
- the curve (AUC) of the figure above, separated by flow direction (i.e. positive flow rates = transpiration, negative flow rates = reverse flow)." ),
197
+ p(" Daily tree water use (in liter per day) is estimated as the area under
198
+ the curve (AUC) of the figure above, separated by flow direction (i.e. positive flow
199
+ rates = transpiration, negative flow rates = reverse flow)." ),
202
200
p(" Note: Incomplete data sets (e.g. half a day) might lead to an over- or underestimation." ),
203
201
collapsible = T ,
204
202
width = NULL ,
0 commit comments