netvl.plot.xy: Plotting variables against Monthly Active Users

Description Usage Arguments Author(s) See Also Examples

Description

Plotting method for data frames with maus and another variable of interest.

Usage

1
netvl.plot.xy(data, y.type, regression = TRUE)

Arguments

data

data frame with Monthly Active Users (maus) variable and another variable of interest.

y.type

variable of interest. It can be "revenue" or "costs".

regression

TRUE if a regression line with CI should be drawn and FALSE otherwise.

Author(s)

Kazuki Yokoyama

See Also

ggplot which is used to actually plot.

Examples

1
2
3
4
library(netvl)
data(fb)
netvl.plot.xy(fb, "revenue")
netvl.plot.xy(fb, "costs")

kmyokoyama/netvl documentation built on May 20, 2019, 12:52 p.m.