scatter_plot: scatter plot with parameters

Description Usage Arguments Value

View source: R/scatter_plot.R

Description

Compressed version of data

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
scatter_plot(
  data_plot,
  x = final_density,
  title = "title",
  point_color = NULL,
  point_shape = crop_type,
  labs_y = "Biomass seed (t/ha)",
  labs_x = "Final density (plants/m2)",
  t = theme_bw(),
  group = NULL
)

Arguments

data_plot

a dataset filtered to have only one trait

x

x value of aesthetics

title

title of the plot

point_color

aesthetic for the color of the point

point_shape

aesthetic for the shape of the point

labs_y

text of the y lab

labs_x

text of the x lab

t

a theme for the plot

group

aesthetic group

Value

a scatterplot


RemiMahmoud/helper.functions documentation built on April 21, 2021, 10:51 a.m.