| log10_ticks | R Documentation |
This function generates log10 ticks for the figure in x-axis / y-axis
log10_ticks(x, y, log10_scale = "x", tick_type = "exp", minor_tick = TRUE)
x |
The array of x values |
y |
The array of y values |
log10_scale |
A string takes "x", "y", or "xy". It indicates the axix that will be plotted in log10 scale |
tick_type |
A string takes "exp" (the ticks are expressed by 10^) or "lin" (the ticks are expressed by 100..) |
minor_tick |
Binary, indicates if minor ticks are plotted |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.