Learn R Programming

EGRET (version 2.3.0)

logPretty3: Sets up tick marks for an axis with a log scale

Description

Axis tick marks for a log scale. These tick marks are designed to progress with 3 tick marks for every factor of 10. For example: 2,5,10,20,50,100,200,500.

Usage

logPretty3(xMin, xMax)

Arguments

xMin
A numeric value for the minimum value to be plotted, it must be >0
xMax
A numeric value for the maximum value to be plotted, it must be >xMax

Value

  • xTicks A vector representing the values for each of the tick marks

Examples

Run this code
logPretty3(0.7,990000)
logPretty3(3,15)

Run the code above in your browser using DataLab