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,8 +20,8 @@ numeric vector
|
|||
Easily round log scale limits for nice plots
|
||||
}
|
||||
\examples{
|
||||
limit_log(-.1,floor)
|
||||
limit_log(.1,ceiling)
|
||||
limit_log(-2.1,ceiling)
|
||||
limit_log(2.1,ceiling)
|
||||
limit_log(-.1, floor)
|
||||
limit_log(.1, ceiling)
|
||||
limit_log(-2.1, ceiling)
|
||||
limit_log(2.1, ceiling)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue