ipfPlotLocation {ipft} | R Documentation |
Plots the spatial location of the observations
Description
Plots the spatial location of the observations
Usage
ipfPlotLocation(positions, plabel = FALSE, reverseAxis = FALSE,
xlab = NULL, ylab = NULL, title = "", pgrid = FALSE)
Arguments
positions |
a data frame or matrix with the positions |
plabel |
if TRUE, adds labels to groups / observations |
reverseAxis |
swaps axis |
xlab |
x-axis label |
ylab |
y-axis label |
title |
plot title |
pgrid |
plot grid (boolean) |
Examples
ipfPlotLocation(ipftrain[, 169:170])
ipfPlotLocation(ipftrain[, 169:170], plabel = TRUE, reverseAxis = TRUE,
title = 'Position of training set observations')
[Package ipft version 0.7.2 Index]