SetterBar[x, {val_1, val_2, ...}] represents a setter bar with setting x and with setter buttons for values val_i.SetterBar[Dynamic[x], {val_1, val_2, ...}] takes the setting ...
DateListPlot[{{date_1, v_1}, {date_2, v_2}, ...}] plots points with values v i at a sequence of dates.DateListPlot[{v_1, v_2, ...}, datespec] plots points with dates at equal ...
PermutationListQ[expr] returns True if expr is a valid permutation list and False otherwise.
ImageClip[image] clips all channel values in image to lie in the default range.ImageClip[image, {min, max}] clips channel values to lie in the range from min to ...
TrekParameters is an option to EquationTrekker that specifies the dynamic parameters and their ranges.
RandomReal[] gives a pseudorandom real number in the range 0 to 1. RandomReal[{x_min, x_max}] gives a pseudorandom real number in the range x_min to x_max. RandomReal[x_max] ...
TogglerBar[x, {val_1, val_2, ...}] represents a toggler bar with setting x and with toggler buttons for values val_i to include in the list x.TogglerBar[Dynamic[x], {val_1, ...
KeltnerChannels
RandomInteger[{i_min, i_max}] gives a pseudorandom integer in the range {i_min, i_max}. RandomInteger[i_max] gives a pseudorandom integer in the range {0, ...
GeometricMeanFilter[image, r] filters image by replacing every value by the geometric mean of the values in its range r neighborhood. GeometricMeanFilter[data, r] applies ...