GME

Geospatial Modelling Environment

r.plotxy

Creates a scatterplot graph using R

Description

This command creates a scatterplot graph using R (the 'plot' function in R) and displays it in the output window. The R commands used to create the scatterplot are also displayed. Type '? plot' at the R command prompt for further details.

This command is driven by R. Type 'citation' to see the suggested citation for R.

Syntax

r.plotxy(in, xfield, yfield, [where]);

inthe input feature data source
xfieldthe name of field containing the x axis data to plot
yfieldthe name of field containing the y axis data to plot
[where]the selection statement that will be applied to the feature data source to identify a subset of features to process (see full Help documentation for further details)

Example

r.plotxy(in="C:\data\points.shp", xfield="UTMX", yfield="UTMY");

r.plotxy(in="C:\data\parcels.shp", xfield="AREA", yfield="COST");


Messages

Please consider making a purchase to support the continued development of these tools  Read more...

An apology for failing to respond to correspondence in recent months  Read more...

Tips on how to use this interface efficiently  Read more...

Sign up for the newsletter if you wish to receive notification of updates, new functionality, bug fixes, and other related news

Links

Open Source GIS

Copyright © 2001-2010 Hawthorne L. Beyer, Spatial Ecology LLC