inst/app/ui_src/sdUI.R

tags$div(class="grid", id="sdRow",
    tags$div(class="radioCol",
        tags$input(
            type="radio", id="sdRadio", name="Guess",
            onclick="handleRadio(this)", value="SD", tags$label(class = "radioTxt", "SD")
        )
    ),
    tags$div(class="sliderCol"),
    tags$div(class="buttonCol"),
    tags$div(class="feedbackCol"),
    tags$div(class="checkboxCol",
        checkboxInput(
            inputId = "popSDToggle",
            label = "Show Population SD",
            value = FALSE
        ),
        checkboxInput(
            inputId = "sampleSDToggle",
            label = "Show Sample SD",
            value = FALSE
        )
    )
)

Try the EuclideanSD package in your browser

Any scripts or data that you put into this service are public.

EuclideanSD documentation built on July 1, 2021, 9:07 a.m.