# \donttest{
# calculate phenology
p <- phenology('phenips-clim', barrks_data(), .quiet = TRUE)
# create stations and assign them to the phenology object
stations <- stations_create(c('station a', 'station b'),
c(234, 345))
p <- stations_assign(p, stations)
# plot the development of 'station b'
plot_development_diagram(p, 'station b', .lwd = 4, .legend_lty = FALSE)
# }
Run the code above in your browser using DataLab