R/utils.R
pr_reorder.Rd
Order the Station or region in the df by latitude for consistent plotting
pr_reorder(df)
An ordered dataframe
df <- data.frame(StationName = c('Port Hacking', 'Maria Island',
'North Stradbroke Island','Esperance', 'Ningaloo', "Darwin",
'Rottnest Island', 'Kangaroo Island', "Yongala"))
df <- pr_reorder(df)