View source: R/polyqtlR_functions.R
visualiseGIC | R Documentation |
Function to visualise the GIC of a certain region
visualiseGIC(
GIC_list,
add_rug = TRUE,
add_leg = FALSE,
ylimits = NULL,
gic.cex = 1,
show_markers = TRUE,
add.mainTitle = TRUE,
plot.cols = NULL
)
GIC_list |
List of GIC data, the output of |
add_rug |
Should original marker positions be added to the plot? |
add_leg |
Should a legend be added to the plot? |
ylimits |
Optional argument to control the plotting area, by default |
gic.cex |
Option to increase the size of the GIC |
show_markers |
Should markers be shown? |
add.mainTitle |
Should a main title be added to the plot? |
plot.cols |
Optional argument to specify plot colours, otherwise suitable contrasting colours are chosen |
The phased map data for the specified region, recoded into 1's and 0's.
data("GIC_4x")
visualiseGIC(GIC_list = GIC_4x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.