radial.plot
from package minDeltaTime
in recordDatabase
.activityRadial(recordTable,
species,
all.species = FALSE,
speciesCol = "Species",
recordDateTimeCol = "DateTimeOriginal",
recordDateTimeFormat = "%Y-%m-%d %H:%M:%S",
byNumber = FALSE,
plotR = TRUE,
writePNG = FALSE,
plotDirectory,
createDir = FALSE,
pngMaxPix = 1000,
...
)
recordDatabase
species
recordTable
recordTable
recordDateTimeCol
in recordTable
plotDirectory
?radial.plot
allSpecies == TRUE
, all species' data frames are returned in an invisible named list.radial.plot
was adjusted to show a clockwise 24-hour clock face. It is recommended to set argument lwd
to a value >= 2. You may also wish to add argument rp.type="p"
to show a polygon instead of bars.activityDensity
, activityHistogram
, activityOverlap
# load record database
data(recordDatabaseSample)
species4activity <- "VTA" # = Viverra tangalunga, Malay Civet
activityRadial(recordTable = recordDatabaseSample,
species = species4activity,
all.species = FALSE,
speciesCol = "Species",
recordDateTimeCol = "DateTimeOriginal",
plotR = TRUE,
writePNG = FALSE,
lwd = 5
)
Run the code above in your browser using DataLab