vis_plot_the_gap: Plotting an histogram for gaps intervals/gaps coverage

Description Usage Arguments Details Value See Also

Description

Wrapper for ggplot to plot an histogram of gaps info

Usage

1
2
vis_plot_the_gap(gaps_info, type = "gap_interval", binwidth = NULL,
  parent_logger = "test")

Arguments

gaps_info

Data frame as obtained from qc_mind_the_gap

type

Character indicating what to represent, gap_interval or gap_coverage

binwidth

Bin width as stated in geom_histogram, default to NULL to use the geom_histrogram default. Change it if more or less resolution is needed. Only works for type = 'gap_interval'.

Details

This function is a simple wrapper for ggplot + geom_histogram. It produces a ggplot object that can be modified adding layers, like any other ggplot object.

Value

a ggplot object with the basic histogram, no themes added.

See Also

Other Visualization Functions: vis_biome, vis_environmental_responses, vis_gap_lines, vis_location_biome


sapfluxnet/sapfluxnetQC1 documentation built on May 29, 2019, 1:50 p.m.