View source: R/boxplots_ordering.R
Make many scatterplots from tidy ordering sheet
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
)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.