Indicatrix
plot indicatrix
indicatrix(x, scale = 1, ...) # S3 method for 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 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" )
| x | object from |
|---|---|
| scale | scaling |
| ... | arguments |
| 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 |
Reprocesses the output of tissot into convenient geometrical data.