ipft (version 0.2.2)

ipfPlotLoc: Plots the spatial location of the observations

Description

Plots the spatial location of the observations

Usage

ipfPlotLoc(locdata, plabel = FALSE, reverseAxis = FALSE, xlab = NULL,
  ylab = NULL, title = "", pgrid = FALSE)

Arguments

locdata
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

    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 DataLab