# Using the example results that come with actel
plotArray(example.results, arrays = "A9")
# Because plotArray returns a ggplot object, you can store
# it and edit it manually, e.g.:
library(ggplot2)
p <- plotArray(example.results, arrays = "A9")
p <- p + xlab("changed the x axis label a posteriori")
p
# You can also save the plot using ggsave!
Run the code above in your browser using DataLab