scatter plot: Move to geposan

This commit is contained in:
Elias Projahn 2021-11-15 15:12:42 +01:00
parent bc99e358c1
commit c009bfa371
3 changed files with 31 additions and 40 deletions

4
R/ui.R
View file

@ -31,6 +31,10 @@ ui <- fluidPage(
),
tabPanel(
"Positions",
checkboxInput(
"use_positions",
"Show positions instead of distances"
),
plotly::plotlyOutput(
"scatter",
width = "100%",