IncludeStemCounts is an option for StemLeafPlot which specifies whether a column of counts for each stem should be included.
CDF
(Mathematica Import/Export Format) MIME types: application/vnd.wolfram.cdf, application/vnd.wolfram.cdf.text Wolfram Computable Document Format (CDF). Used as a deployment format for interactive output to ...
DIF
(Mathematica Import/Export Format) DIF spreadsheet format. Standard file format for spreadsheets and other tabular data. Used as an exchange format for spreadsheet applications. DIF is an acronym for Data ...
ICO
(Mathematica Import/Export Format) Registered MIME type: image/vnd.microsoft.icon Microsoft Windows icon. Raster image file format. Native icon format on Windows. ICO is an acronym derived from icon. Binary ...
WDX
(Mathematica Import/Export Format) Mathematica WDX data format. Used by the Mathematica system for storing and exchanging expressions and data. WDX is an acronym derived from Wolfram Data Exchange. Binary ...
Arrow
(Built-in Mathematica Symbol) Arrow[{pt_1, pt_2}] is a graphics primitive that represents an arrow from pt_1 to pt_2.Arrow[{pt_1, pt_2}, s] represents an arrow with its ends set back from pt_1 and pt_2 by ...
Coefficient[expr, form] gives the coefficient of form in the polynomial expr. Coefficient[expr, form, n] gives the coefficient of form^n in expr.
ColorSetter[color] represents a color setter which displays as a swatch of the specified color and when clicked brings up a system color picker ...
ControllabilityMatrix[ss] gives the controllability matrix of the StateSpaceModel object ss.
CrossingDetect[image] gives a binary image in which white pixels correspond to the zero crossings in image.CrossingDetect[image, delta] treats values in image that are ...