color: Color

Description Usage Arguments Value Examples

View source: R/color.R

Description

This function shows a plot that has on the x-asis a chosen explanatory variables the point has different color that represent some other variables

Usage

1
color(x, z)

Arguments

x

is the numerical explanatory variable (Age,Income or Expenditure)

z

represents other variables that cannot be represented on x-asis (Ocards,Online,Fams)

Value

a plot

Examples

1
2
3
color(~Age,~Ocards)
color(~Income,~Ocards)
color(~Income,~Online)

unimi-dse/2d3bd55d documentation built on Feb. 17, 2020, 4:16 a.m.