mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
updated docs + boxplot
This commit is contained in:
parent
04784a7a24
commit
111393c73f
23 changed files with 908 additions and 306 deletions
21
man/symmetrical_scale_x_log10.Rd
Normal file
21
man/symmetrical_scale_x_log10.Rd
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/regression_plot.R
|
||||
\name{symmetrical_scale_x_log10}
|
||||
\alias{symmetrical_scale_x_log10}
|
||||
\title{Ensure symmetrical plot around 1 on a logarithmic x scale for ratio plots}
|
||||
\usage{
|
||||
symmetrical_scale_x_log10(plot, breaks = c(1, 2, 3, 5, 10), ...)
|
||||
}
|
||||
\arguments{
|
||||
\item{plot}{ggplot2 plot}
|
||||
|
||||
\item{breaks}{breaks used and mirrored}
|
||||
|
||||
\item{...}{ignored}
|
||||
}
|
||||
\value{
|
||||
ggplot2 object
|
||||
}
|
||||
\description{
|
||||
Ensure symmetrical plot around 1 on a logarithmic x scale for ratio plots
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue