Create a dataframe suitable for a ggplot2 graphic
An internal function that prepares a dataframe suitable for drawing a graphic of raw data using ggplot2, i. e., a data frame with long format
create_dataframe_for_plot_outcross(x)
x
: an object of classes onemap
and outcross
, with data and additional informationa dataframe
Useful links