indicatrix: Indicatrix

View source: R/tissot.R

indicatrixR Documentation

Indicatrix

Description

Indicatrix

plot indicatrix

Usage

indicatrix(x, scale = 1, ...)

## S3 method for class 'indicatrixes'
plot(
  x,
  asp = 1,
  xlab = "x",
  ylab = "y",
  add = FALSE,
  ...,
  col.base = rgb(0, 0, 0, 0.1),
  col.lambda = grey(0.75),
  col.phi = "#1b9e77",
  col.major = "#7570b3",
  col.minor = "#d95f02",
  col.outline = "black"
)

indicatrix0(x, scale = 1, ...)

## S3 method for class 'indicatrix0'
plot(
  x,
  asp = 1,
  xlab = "Easting",
  ylab = "Northing",
  add = FALSE,
  ...,
  col.base = rgb(0, 0, 0, 0.1),
  col.lambda = grey(0.75),
  col.phi = "#45A271",
  col.major = "#A782C3",
  col.minor = "#C87A8A",
  col.outline = "black"
)

Arguments

x

object from tissot

scale

scaling

...

arguments n, from and to passed to ti_ellipse function

asp

aspect ratio

xlab

x-axis labels

ylab

y-axis labels

add

add to existing plot

col.base

colour of base

col.lambda

colour of lambda

col.phi

colour of phi

col.major

major axis colour

col.minor

minor axis colour

col.outline

outline colour

Details

Reprocesses the output of tissot into convenient geometrical data.


mdsumner/tissot documentation built on Jan. 16, 2024, 4:10 a.m.