ipfPlotLocation: Plots the spatial location of the observations

Description Usage Arguments Examples

Description

Plots the spatial location of the observations

Usage

1
2
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

1
2
3
4
    ipfPlotLocation(ipftrain[, 169:170])

    ipfPlotLocation(ipftrain[, 169:170], plabel = TRUE, reverseAxis = TRUE,
                    title = 'Position of training set observations')

ipft documentation built on May 2, 2019, 7:23 a.m.

Related to ipfPlotLocation in ipft...