mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 01:49:39 +02:00
20 lines
337 B
Text
20 lines
337 B
Text
|
% Generated by roxygen2: do not edit by hand
|
||
|
% Please edit documentation in R/data_plots.R
|
||
|
\name{clean_common_axis}
|
||
|
\alias{clean_common_axis}
|
||
|
\title{Extract and clean axis ranges}
|
||
|
\usage{
|
||
|
clean_common_axis(p, axis)
|
||
|
}
|
||
|
\arguments{
|
||
|
\item{p}{plot}
|
||
|
|
||
|
\item{axis}{axis. x or y.}
|
||
|
}
|
||
|
\value{
|
||
|
vector
|
||
|
}
|
||
|
\description{
|
||
|
Extract and clean axis ranges
|
||
|
}
|