grid.on: Grid on

Description Usage Arguments Value Author(s) Examples

Description

Painting to line graph.

Usage

1
grid.on(h = TRUE, v = TRUE, col = "gray", nv = 1, nh = 1, lty = 3)

Arguments

h

Let h=FALSE to do not paint grid in horizontal.

v

Let v=FALSE to do not paint grid in vertical.

col

The color for grid lines.

nv

The number grid lines between two point in x axis.

nh

The number grid lines between two point in y axis.

lty

The grid line type.

Value

A grid is painted in graph.

Author(s)

Hong Vet Minh <hongvietminh@gmail.com>

Examples

1
2
3
4
plot(lh)
grid.on(h=TRUE,v=FALSE)
plot(co2)
grid.on(col="red",nv=3)

AnalyzeTS documentation built on Dec. 9, 2019, 1:07 a.m.