• R/O
  • SSH

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版d7ba4ba81ec3d932627044d47844fe5a922dd63b (tree)
时间2022-03-17 06:44:35
作者Lorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Log Message

Improvements to the interface.

更改概述

差异

diff -r a8411b9b6f12 -r d7ba4ba81ec3 R-codes/read_plot_aggregate_shiny.R
--- a/R-codes/read_plot_aggregate_shiny.R Wed Mar 16 16:53:31 2022 +0100
+++ b/R-codes/read_plot_aggregate_shiny.R Wed Mar 16 22:44:35 2022 +0100
@@ -257,7 +257,7 @@
257257
258258
259259 conditionalPanel(
260- condition = "input.vis_calc == 'Visualization' ",
260+ condition = "input.vis_calc == 'Visualization' ",
261261 ({
262262 rglwidgetOutput("myplot" , width = "auto" , height = "1280"
263263 )
@@ -267,12 +267,14 @@
267267 ),
268268
269269 conditionalPanel(
270- condition = "input.vis_calc == 'Fragmentation Statistics' ",
270+ condition = "input.vis_calc == 'Fragmentation Statistics' &&
271+input.frag_calc == 'Uniform Probability' ",
271272 DTOutput("frag")
272273 ),
273274
274275 conditionalPanel(
275- condition = "input.vis_calc == 'Fragmentation Statistics' ",
276+ condition = "input.vis_calc == 'Fragmentation Statistics' &&
277+input.frag_calc == 'Bond betweenness' ",
276278 DTOutput("frag2")
277279 )
278280