qtl_dot_plot.Rd
QTL Dotplot
qtl_dot_plot(
data,
x = NULL,
y = NULL,
group_variables = NULL,
tooltip_column = NULL,
file_path = NULL,
frame_widget = F,
frame_width = "100%",
frame_height = NULL,
frame_element = NULL,
frame_options = frameOptions(allowfullscreen = T),
chart_options = list(cortitle = "TITLE", scattitle = "XY Scatterplot", width = 1000,
height = 500, margin = list(left = 130, top = 30, right = 40, bottom = 50, inner =
0))
)