parse_surveys
as heatmapR/summarise_surveys.R
survey_count_heatmap.Rd
All surveys are plotted, production and training surveys alike.
survey_count_heatmap(
surveys,
local_dir = here::here(),
placename = "",
prefix = "",
export = FALSE
)
(tibble) The output of parse_surveys
.
A local directory to save the plot to,
default: here::here()
.
(string) The place name, used in labels.
(string) A prefix for the filename. Default: ""
Whether to export the figure as a file, default: FALSE
Other wastd_surveys:
duplicate_surveys()
,
list_survey_count()
,
list_survey_effort()
,
plot_survey_count()
,
plot_survey_effort()
,
survey_count()
,
survey_ground_covered()
,
survey_hours_heatmap()
,
survey_hours_per_person()
,
survey_hours_per_site_name_and_date()
,
survey_season_site_stats()
,
survey_season_stats()
,
survey_show_detail()
,
surveys_per_site_name_and_date()