scrLine: Screening: Lines

Description Usage Arguments Details Author(s) See Also Examples

Description

Line plots for data screening

Usage

1
2
3
  scrLine(data = stop("'data' must be specified"),
    isic = 4, sources = NULL, by = "var", namevar = NULL,
    nameind = NULL, nameyear = NULL, display = TRUE)

Arguments

cou

a 3-digit country ISO code character string.

isic

an integer to specify the version of STAN.

sources

a list naming the sources to plot.

namevar

a character string naming the variables to plot.

nameind

a character string naming the industries to plot.

nameyear

a numeric vector with years to plot.

display

a logical to open the output file in a web browser.

Details

Create line plots for data screening.

Author(s)

OECD STAN

See Also

detrendScale

Examples

1
2
3
4
5
6
data <- data.frame(sou=c(rep('UNSDSNA', 6)),
var=c(rep('EXPO', 6)),
ind=c(rep('CTOTAL', 6)),
year=c(1970:1975),
value=c(1.506e+11, 2.357e+11, 2.924e+11, 6.278e+11, 1.445e+12, 1.408e+12))
scrLine(data=data, isic=3, namevar='EXPO', nameind='CTOTAL', display=TRUE)

bowerth/screening documentation built on May 13, 2019, 12:38 a.m.