draw.line {RGeostats}R Documentation

Line representation

Description

Line representation

Usage

draw.line(line, x, name.line = NA, name.post=NA, 
          flag.abs = FALSE, flag.operate = TRUE, col = NA, ...)

Arguments

line

A db-class of Line type to be displayed

x

Vector containing the X-coordinate of the line samples

name.line

Name of the variable used for the 1-D line representation or NA if not. Only used for 1-D grid Db.

name.post

Name of the variable used for the posting representation or NA if not.

flag.abs

When TRUE, the absolute value of the variable is represented.

flag.operate

When FALSE, the representation is not performed.

col

This item has been added for compatibility with other commands. When specified, it overrides any other definition:

  • fg.in set to 'col'

  • bg.in set to 'col'

  • fg.low set to 1 (black)

  • bg.low set to 1 (black)

  • fg.up set to 1 (black)

  • bg.up set to 1 (black)

...

Additional parameters passed to lines


[Package RGeostats version 14.0.10 Index]