base_plot | R Documentation |
The base plot contains all individual panels, dots to mark the fly positions
base_plot(
gg,
data,
limits,
line_alpha = 1,
downward = TRUE,
nrow = 1,
ncol = 20,
orientation = "y"
)
gg |
ggplot2 object |
data |
|
limits |
Position of ticks in space axis |
line_alpha |
Alpha of position trace |
downward |
Whether the 0 should be at the top (TRUE) or the bottom (FALSE) of the plot |
nrow |
Number of rows used for facetting data |
ncol |
Number of cols used for facetting data |
gg ggplot2 object
mark_space()
mark_time()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.