BaseStyle is an option for formatting and related constructs that specifies the base style to use for them.
BoxRatios is an option for Graphics3D that gives the ratios of side lengths for the bounding box of the three-dimensional picture.
CayleyGraph[group] returns a Cayley graph representation of group.
ContourDetect[image] gives a binary image in which white pixels correspond to the zeros and zero crossings in image.ContourDetect[image, delta] treats values in image that ...
Contours is an option for contour plots that specifies the contours to draw.
CornerFilter[image] computes a measure for the presence of a corner for each pixel in image and returns the result as an intensity image.CornerFilter[image, r] detects ...
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 ...
EmptyGraphQ[g] yields True if g is an empty graph and False otherwise.
FieldHintStyle is an option for InputField that specifies the style to use for displaying the field hint.
GenomeLookup["seq"] returns the positions of exact matches for the DNA sequence seq on the reference human genome.GenomeLookup["seq", n] returns at most n matches.