powered by
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 )
The phased map data for the specified region, recoded into 1's and 0's.
List of GIC data, the output of estimate_GIC
estimate_GIC
Should original marker positions be added to the plot?
Should a legend be added to the plot?
Optional argument to control the plotting area, by default NULL
NULL
Option to increase the size of the GIC
Should markers be shown?
Should a main title be added to the plot?
Optional argument to specify plot colours, otherwise suitable contrasting colours are chosen
data("GIC_4x") visualiseGIC(GIC_list = GIC_4x)
Run the code above in your browser using DataLab