Order the Station or region in the df by latitude for consistent plotting

pr_reorder(df)

Arguments

df

A dataframe that contains StationName, StationCode or BioRegion

Value

An ordered dataframe

Examples

df <- data.frame(StationName = c('Port Hacking', 'Maria Island',
'North Stradbroke Island','Esperance', 'Ningaloo', "Darwin",
'Rottnest Island',  'Kangaroo Island', "Yongala"))
df <- pr_reorder(df)