mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 12:37:30 +02:00
This commit is contained in:
parent
16adb622ee
commit
e9422a418b
17 changed files with 173 additions and 48 deletions
20
man/create_log_tics.Rd
Normal file
20
man/create_log_tics.Rd
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/regression_plot.R
|
||||
\name{create_log_tics}
|
||||
\alias{create_log_tics}
|
||||
\title{Create summetric log ticks}
|
||||
\usage{
|
||||
create_log_tics(data)
|
||||
}
|
||||
\arguments{
|
||||
\item{data}{numeric vector}
|
||||
}
|
||||
\value{
|
||||
numeric vector
|
||||
}
|
||||
\description{
|
||||
Create summetric log ticks
|
||||
}
|
||||
\examples{
|
||||
c(sample(seq(.1, 1, .1), 3), sample(1:10, 3)) |> create_log_tics()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue