Usage
activityDensity(recordTable,
species,
allSpecies = FALSE,
speciesCol = "Species",
recordDateTimeCol = "DateTimeOriginal",
recordDateTimeFormat = "%Y-%m-%d %H:%M:%S",
plotR = TRUE,
writePNG = FALSE,
plotDirectory,
createDir = FALSE,
pngMaxPix = 1000,
add.rug = TRUE,
...
)
Arguments
species
Name of the species for which to create an kernel density plot of activity
allSpecies
logical. Create plots for all species in speciesCol
of recordTable
? Overrides argument species
speciesCol
character. name of the column specifying species names in recordTable
recordDateTimeCol
character. name of the column specifying date and time in recordTable
recordDateTimeFormat
character. format of column recordDateTimeCol
in recordTable
plotR
logical. Show plots in R graphics device?
writePNG
logical. Create pngs of the plots?
plotDirectory
character. Directory in which to create png plots if writePNG = TRUE
createDir
logical. Create plotDirectory
if writePNG = TRUE
?
pngMaxPix
integer. image size of png (pixels along x-axis)
add.rug
logical. add a rug to the plot?
...
additional arguments to be passed to function densityPlot