ColorDataFunction[range, ...] is a function that represents a color scheme.
CompleteGraphQ[g] yields True if the graph g is a complete graph, and False otherwise.CompleteGraphQ[g, vlist] yields True if the subgraph induced by vlist is a complete ...
ContourShading is an option for contour plots that specifies how the regions between contour lines should be shaded.
ControlActive[act, norm] evaluates to act if a control that affects act is actively being used, and to norm otherwise.
CorrelationDistance[u, v] gives the correlation coefficient distance between vectors u and v.
CosineDistance[u, v] gives the angular cosine distance between vectors u and v.
CovarianceEstimatorFunction is an option for generalized linear model fitting functions that specifies the estimator for the parameter covariance matrix.
CreateArchive[source] creates a compressed archive in the current directory from a file or directory specified by source.CreateArchive[source, path] creates a compressed ...
CreateDocument[] creates an empty document notebook and opens it in the front end.CreateDocument[expr] creates and opens a document notebook containing the expression ...
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 ...