gg_tile: Analyse descriptive avec geom_tile().

Description Usage Arguments Value See Also

View source: R/plot_tools.R

Description

Visualiser rapidement des concentrations (scale).

Data input is "tidy" data frame.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
gg_tile(
  tidy_df,
  x_plot,
  y_plot,
  fill_plot,
  labs_x,
  labs_y,
  labs_capt,
  labs_title
)

Arguments

tidy_df

Tidy data frame (id, nom_col, values).

x_plot

Object, name of column of your tidy df to plot on x axis.

y_plot

Object, name of column of your tidy df to plot on y axis.

fill_plot

Object, name of column of your tidy df to scale.

labs_x

Character label.

labs_y

Character label.

labs_capt

Character label.

labs_title

Character label.

Value

ggplot/geom_tile/theme_minimal/them/labs.

See Also

Other graph stat des: gg_bar_group(), gg_bar()


berthetclement/spam documentation built on Oct. 4, 2020, 9:03 p.m.