Range
(Built-in Mathematica Symbol) Range[i_max] generates the list {1, 2, ..., i_max}. Range[i_min, i_max] generates the list {i_min, ..., i_max}. Range[i_min, i_max, di] uses step di.
DataRange is an option for functions such as ListPlot and ListDensityPlot that specifies what range of actual coordinates the data should be assumed to occupy.
PlotRange is an option for graphics functions that specifies what range of coordinates to include in a plot.
CharacterRange["c_1", "c_2"] yields a list of the characters in the range from "c_1" to "c_2".
PlayRange is an option for Play and related functions which specifies what range of sound amplitude levels should be included.
ViewRange is an option for Graphics3D and related functions which specifies the range of distances from the view point to be included in displaying a three-dimensional scene.
InterquartileRange[list] gives the difference between the upper and lower quartiles for the elements in list.InterquartileRange[dist] gives the difference between the upper ...
The main expression or object that a built-in Mathematica function acts on is given as the first argument to the function. As part of the syntax, a built-in Mathematica ...
PrintingPageRange is an option for notebooks that specifies the range of pages of a notebook to be printed.
PlotRangePadding is an option for graphics functions that specifies how much further axes etc. should extend beyond the range of coordinates specified by PlotRange.