add helpText widget

This commit is contained in:
JJ Allaire
2012-07-21 18:31:32 -07:00
parent e22a20701b
commit af2e321f45
3 changed files with 9 additions and 2 deletions

View File

@@ -6,8 +6,7 @@ shinyUI(
applicationPage(
headerPanel(
h1("Example 3: Distributions"),
HTML("This example generates <b>random</b> distributions")
h1("Example 3: Distributions")
),
sidebarPanel(
@@ -16,6 +15,8 @@ shinyUI(
unif = "Uniform",
lnorm = "Log-normal",
exp = "Exponential")),
helpText("You can select any distribution which you'd like to"),
numericInput("n",
"Number of observations:",