Last data update: 2014.03.03

R: Data range(decreasing)
decData.rR Documentation

Data range(decreasing)

Description

Chart of measurements of children aged 0 to 120 months

Usage

data("decData.r")

Format

A data frame with 121 observations on the following 3 variables.

Age

a numeric vector

L.bound

a numeric vector

U.bound

a numeric vector

Details

Range data needed for the simulated decreasing data.

Examples

data(decData.r)

## plot Range boundary lines
tol <- 3
plot(decData.r[,1], decData.r[,2], type="l", lty=2, col=2)
lines(decData.r[,1], decData.r[,3], type="l", lty=2, col=2)
lines(decData.r[,1], decData.r[,2] - tol, type="l", lty=2, col=4)
lines(decData.r[,1], decData.r[,3] + tol, type="l", lty=2, col=4)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(MonoInc)
Loading required package: compare

Attaching package: 'compare'

The following object is masked from 'package:base':

    isTRUE

Loading required package: doParallel
Loading required package: foreach
Loading required package: iterators
Loading required package: parallel
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/MonoInc/decData.r.Rd_%03d_medium.png", width=480, height=480)
> ### Name: decData.r
> ### Title: Data range(decreasing)
> ### Aliases: decData.r
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(decData.r)
> 
> ## plot Range boundary lines
> tol <- 3
> plot(decData.r[,1], decData.r[,2], type="l", lty=2, col=2)
> lines(decData.r[,1], decData.r[,3], type="l", lty=2, col=2)
> lines(decData.r[,1], decData.r[,2] - tol, type="l", lty=2, col=4)
> lines(decData.r[,1], decData.r[,3] + tol, type="l", lty=2, col=4)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>