stmove::interval_stats(AG195, type = c("diurnal", "lunar", "seasonal"), seas = c(40, 120, 210))
currently gives the results for diurnal and this warning:
Warning messages:
1: In if (type == "diurnal") { :
the condition has length > 1 and only the first element will be used
2: In if (type == "lunar") { :
the condition has length > 1 and only the first element will be used
3: In if (type == "seasonal") { :
the condition has length > 1 and only the first element will be used
stmove::interval_stats(AG195, type = c("diurnal", "lunar", "seasonal"), seas = c(40, 120, 210))
currently gives the results for diurnal and this warning:
should be fixed to return a list