sqrtAxis | R Documentation |
Determine square root axis tick mark positions, including positive and negative range values.
sqrtAxis(
side = 1,
x = NULL,
pretty.n = 10,
u5.bias = 0,
big.mark = ",",
plot = TRUE,
las = 2,
cex.axis = 0.6,
...
)
side |
|
x |
optional |
pretty.n |
|
u5.bias |
|
big.mark |
|
plot |
|
las , cex.axis |
|
... |
additional parameters are passed to |
This function calculates positions for tick marks for data
that has been transformed with sqrt()
, specifically a directional
transformation like sqrt(abs(x)) * sign(x)
.
The main goal of this function is to provide reasonably placed tick marks using integer values.
invisible list
with axis positions, and corresponding labels.
Other jam plot functions:
adjustAxisLabelMargins()
,
coordPresets()
,
decideMfrow()
,
drawLabels()
,
getPlotAspect()
,
groupedAxis()
,
imageByColors()
,
imageDefault()
,
minorLogTicksAxis()
,
nullPlot()
,
plotPolygonDensity()
,
plotRidges()
,
plotSmoothScatter()
,
shadowText()
,
shadowText_options()
,
showColors()
,
usrBox()
plot(-3:3*10, -3:3*10, xaxt="n")
sqrtAxis(1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.