Skip to content

Winter collection, Autumn season assigned #5

Description

@annelaerkes

Filtering on the mcom data, autumn season and collection January-March gives 34 herring specimen from Utlängan collected in 2000 or 2010, for which the date indicate collection in winter but season is assigned to Autumn. We should double check the paper trail and decide if we want to keep these as winter:

fmcom |> mutate(month = month(date), day = day(date)) |> filter(water_type=='Marine'&season=='Autumn') |> filter(month <4 & class=='Fish') |> distinct(specimen_ID, date, season, species, station_name)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions