Hi,
I am making an activity histogram and want to change the font sizes of the labels and axis. I read in the documentation that you can you use arguments from the hist function, of which cex.main and cex.lab work however when I use cex.axis to change the axis size it doesn't change anything and I am not sure why. Also, I don't know if there is an argument for changing the font size of the number of records under the main title?
speciesactivity_3<-"Lagidium viscacia"
activityHistogram(recordTable = species,
allSpecies = FALSE, #only want to plot one species
speciesCol = "species",
recordDateTimeCol = "timestamp",
species = speciesactivity_3,
cex.main= 2.0,
cex.lab=2.0,
cex.axis=2.0,
writePNG = TRUE,
plotDirectory = datdir)
Any clues would be great,
Jennifer