| qtlcharts-shiny | R Documentation |
Output and render functions for using R/qtlcharts widgets within Shiny applications and interactive Rmd documents. For examples, see https://github.com/kbroman/shiny_qtlcharts.
iboxplot_output(outputId, width = "100%", height = "900")
iboxplot_render(expr, env = parent.frame(), quoted = FALSE)
idotplot_output(outputId, width = "100%", height = "530")
idotplot_render(expr, env = parent.frame(), quoted = FALSE)
iheatmap_output(outputId, width = "100%", height = "1000")
iheatmap_render(expr, env = parent.frame(), quoted = FALSE)
ipleiotropy_output(outputId, width = "100%", height = "580")
ipleiotropy_render(expr, env = parent.frame(), quoted = FALSE)
iplot_output(outputId, width = "100%", height = "580")
iplot_render(expr, env = parent.frame(), quoted = FALSE)
iplotCorr_output(outputId, width = "100%", height = "1000")
iplotCorr_render(expr, env = parent.frame(), quoted = FALSE)
iplotCurves_output(outputId, width = "100%", height = "1000")
iplotCurves_render(expr, env = parent.frame(), quoted = FALSE)
iplotMScanone_output(outputId, width = "100%", height = "580")
iplotMScanone_render(expr, env = parent.frame(), quoted = FALSE)
iplotMap_output(outputId, width = "100%", height = "680")
iplotMap_render(expr, env = parent.frame(), quoted = FALSE)
iplotRF_output(outputId, width = "100%", height = "1000")
iplotRF_render(expr, env = parent.frame(), quoted = FALSE)
iplotScanone_output(outputId, width = "100%", height = "580")
iplotScanone_render(expr, env = parent.frame(), quoted = FALSE)
iplotScantwo_output(outputId, width = "100%", height = "1000")
iplotScantwo_render(expr, env = parent.frame(), quoted = FALSE)
itimeplot_output(outputId, width = "100%", height = "580")
itimeplot_render(expr, env = parent.frame(), quoted = FALSE)
itriplot_output(outputId, width = "100%", height = "530")
itriplot_render(expr, env = parent.frame(), quoted = FALSE)
scat2scat_output(outputId, width = "100%", height = "530")
scat2scat_render(expr, env = parent.frame(), quoted = FALSE)
outputId |
output variable to read from |
width, height |
Must be a valid CSS unit (like |
expr |
An expression that generates the graph. |
env |
The environment in which to evaluate |
quoted |
Is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.