-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi!
I need to know what exactly is plotted on the y-axis (or in this case the z axis?) of the actogram. After data enrichment and only using movement instead of activity, I assume it plots a mean number of beam crossings per 30min time frame and species? Is there a maximum in movements depicted in the plot?
data enrichment - variable moving is TRUE when and only when acitvity >0, and FALSE
dt[,moving := activity > 0]
creating a single plotted actogram
ggetho(dt, aes(y= species, z = moving))+
stat_bar_tile_etho()
I did not curate the data as I have already manually deleted all animals which were not of interest from the data file. I have created a single plotted actogram instead of a double plotted one which includes all rounds of the experiment and all individuals per species summarized into 24h. (graph is added in the attachment)
24h_single_plotted_actogram_w_rel_act_col_column.pdf
Is my interpretation of this actogram correct? Can I add an axis description for the y axis?
Thanks so much for any help!!