line.extract {RGeostats}R Documentation

Extract a line of information from a Db

Description

Extract a line of information from a Db

Usage

line.extract(db, origin = NA, istart=NA, 
		 flag.project = FALSE, flag.order = TRUE, pvect = NA)

Arguments

db

Name of db-class from which the line must be extracted

origin

The user can define the coordinates of the reference point which will serve as the origin. This is only active when flag.project=TRUE.

istart

The user can define the rank of the reference point which will serve as the origin. This is only active when flag.project=FALSE.

flag.project

If TRUE, the samples of the db-class are projected before they are organized as a line.

flag.order

if TRUE, the samples of the db-class are considered downwards. Otherwise, the samples are considered upwards.

pvect

This is the projection vector. If not defined, pvect is generated as the unit axis along the first direction.

Value

A vector of samples


[Package RGeostats version 14.0.10 Index]