ipft (version 0.6)

ipfPlotLoc: Plots the spatial location of the observations

Description

Plots the spatial location of the observations

Usage

ipfPlotLoc(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

Run this code
# NOT RUN {
    ipfPlotLoc(ipftrain[, 169:170])

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

# }

Run the code above in your browser using DataCamp Workspace