Show
Ignore:
Timestamp:
03/19/09 15:32:21 (4 years ago)
Author:
jjr8
Message:

Fixed/implemented:

* #332: SIR file conversion tools should use WGS-72 datum for Lambert projections, and NSIDC's datum for polar stereographic projections
* Bugs in the previous revision related to pre-install scripts.

If this passes additional testing, it will be merged with the Trunk and released as MGET 0.7a12.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • MGET/Branches/Jason/PythonPackage/dist/TracOnlineDocumentation/Documentation/ArcGISReference/R.EvaluateFile.html

    r372 r376  
    11<?xml version="1.0" encoding="utf-8"?> 
    22<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    3 <html xmlns="http://www.w3.org/1999/xhtml"><head><link rel="stylesheet" type="text/css" href="81help.css?format=raw" /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Evaluate R Statements in Text File</title></head><body><table style="margin-top:-1em; margin-bottom:0; padding:0; margin-left:-1em"><tr><td style="background:white"><img width="875" height="70" alt="ArcToolbox banner" src="AHBanner_ArcToolbox.gif?format=raw" /></td></tr></table><h1>Evaluate R Statements in Text File</h1><p></p><p>Evalutes the R statements in a text file using the R interpreter and returns the result of the last statement.</p><br /><p><h2><img width="11" height="11" border="0" src="sm_arrow_down.gif?format=raw" /> Command line syntax</h2></p><div Class="expand" id="id103144">REvaluateFile_GeoEco &lt;path&gt; {variableNames;variableNames...} {variableValues;variableValues...} {tables;tables...} {dataFrameNamesForTables;dataFrameNamesForTables...} {xColumnName} {yColumnName} {zColumnName} {mColumnName} {timeZone} <br /><br /><b>Parameters</b><br /><table width="100%" border="0" cellpadding="5"><tbody><tr><th width="40%"><b>Expression</b></th><th width="60%"><b>Explanation</b></th></tr><tr><td class="info">&lt;path&gt;</td><td class="info" align="left"><p>A text file containing R statements to pass to the R interpreter 
     3<html xmlns="http://www.w3.org/1999/xhtml"><head><link rel="stylesheet" type="text/css" href="81help.css?format=raw" /><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Evaluate R Statements in Text File</title></head><body><table style="margin-top:-1em; margin-bottom:0; padding:0; margin-left:-1em"><tr><td style="background:white"><img width="875" height="70" alt="ArcToolbox banner" src="AHBanner_ArcToolbox.gif?format=raw" /></td></tr></table><h1>Evaluate R Statements in Text File</h1><p></p><p>Evalutes the R statements in a text file using the R interpreter and returns the result of the last statement.</p><br /><p><h2><img width="11" height="11" border="0" src="sm_arrow_down.gif?format=raw" /> Command line syntax</h2></p><div Class="expand" id="id103145">REvaluateFile_GeoEco &lt;path&gt; {variableNames;variableNames...} {variableValues;variableValues...} {tables;tables...} {dataFrameNamesForTables;dataFrameNamesForTables...} {xColumnName} {yColumnName} {zColumnName} {mColumnName} {timeZone} <br /><br /><b>Parameters</b><br /><table width="100%" border="0" cellpadding="5"><tbody><tr><th width="40%"><b>Expression</b></th><th width="60%"><b>Explanation</b></th></tr><tr><td class="info">&lt;path&gt;</td><td class="info" align="left"><p>A text file containing R statements to pass to the R interpreter 
    44for evaluation. It is common practice to give files containing R 
    55statements the suffix .r, but you may provide a file with any