autocog_: Default Cognostic Group Functions

Description Arguments See Also Examples

Description

These set of functions comprise the default cognostic groups. Each function produces it's own cognostic information given the required pieces of data.

The functions' print method will display the description. autocog_* functions will take the known_cog_groups() functions and format the output into a single row tibble. Any new known cognostic group function, NAME, will create a function called autocog_NAME, which may be called.

Default Cognostic Group Functions:

Arguments

x

data that should appear on an x axis

y

data that should appear on an y axis

...

ignored

direction

step direction. Defaults to "hv"

na.rm

should NA points be removed when performing calculations

h, n, bins, binwidth, clusters, bw, adjust, kernel, trim, group, groups, center, boundary, closed, pad, breaks, weights, formula, method_args, span, distribution, dparams, method, se, fullrange, xseq, level, origin, drop

parameters usually set by corresponding "geoms" to be used within ggplot2 Stat* methods

See Also

known_cog_groups()

Examples

1
2

autocogs documentation built on May 30, 2021, 1:07 a.m.