mf.scatterplot_with_missbox: Make many scatterplots from tidy ordering sheet

Description Usage Arguments

View source: R/boxplots_ordering.R

Description

Make many scatterplots from tidy ordering sheet

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
mf.scatterplot_with_missbox(
  data,
  ggdata,
  var.x,
  var.y,
  output.plot = TRUE,
  trans.y = c("log10", "identity"),
  trans.x = c("log10", "identity"),
  size = 0.5,
  var.col = NA,
  plot.col = "black",
  line.col = "gray",
  cont.col = FALSE,
  ax.lab.x = NULL,
  ax.lab.y = NULL,
  var.caption = NULL,
  str,
  dn.surfix,
  betas
)

Arguments

data

<object; input> A data frame with variables (ind, var.x, var.y, trans.y, trans.x, var.col, str, dn.surfix)

ggdata

<object; input> A object with ggplot-class

var.x

<character; proccessing>

var.y

<character; proccessing>

trans.y

<character> To be passed to scale_y_continuous(trans= )

trans.x

<character> To be passed to scale_x_continuous(trans= )

size

<numeric; proccessing>

var.col

<character; proccessing>

plot.col

<character> "color_color"(to be passed to scale_color_gradient) or "color"

str

<character; proccessing>

dn.surfix

<character; output>

betas

<character; proccessing> A numeric vector for coefficients of regression line


mrmtshmp/ExploratoryDataAnalysis documentation built on Oct. 6, 2020, 8 a.m.