plot.overview: Visualize Information for an "overview" Object

Description Usage Arguments See Also Examples

Description

Visualize a plot by attribute of overview class. Visualize the data type, number of observations, and number of missing values for each variable.

Usage

1
plot.overview(x, order_type = c("none", "name", "type"), ...)

Arguments

x

an object of class "overview", usually, a result of a call to overview().

order_type

character. method of order of bars(variables).

...

further arguments to be passed from or to other methods.

See Also

overview, summary.overview.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
ov <- overview(jobchange)
ov

summary(ov)

plot(ov)

# sort by name of variables
plot(ov, order_type = "name")

# sort by data type of variables
plot(ov, order_type = "type")

bit2r/kodlookr documentation built on Dec. 19, 2021, 9:49 a.m.