Skip to content

y/z axis actogram #49

@johanna0809

Description

@johanna0809

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!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions