Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install the latest version of R from http://cran.r-project.org/bin/windows/base/ with default settings. Under the default settings, R should be installed in the "C:\Program Files\R" directory.
  2. Run R in interactive mode by executing R.exe available at "C:\Program Files\R\R-3.1.1\bin\R.exe" and install the various necessary packages by entering the following commands in the command prompt:
    install.packages("ggplot2")

    install.packages("gstat")

    install.packages("moments")

    install.packages("fields")

    install.packages("GA")

    install.packages("spdep")

    install.packages("rgeos")

    install.packages("fields")


  3. Download the code from https://github.com/stormxuwz/Triaxus_ShipAlgorithm Extract the zipped folder and you should be able to see the contents as shown below.


    Execution

  4. Execute the application by double clicking the 'Triaxus Script' shortcut.


  5. Select the working directory by clicking on the Set working directory button. 
  6. Choose the data file to be used by clicking on the browse button to choose an appropriate source data file.
  7. Select the various Physical and/or Biological features that you want the script to consider, by checking the appropriate boxes adjacent to each of the features.
  8. Click the 'Run script' button to start the script execution. 
  9. The Console window would give real time status updates on the script's execution.
  10. Sample Outputs generated from the Triaxus Script for the Temperature and SUNA Nitrate features Triaxus Script Output : Feature = Temperature , Triaxus Script : Feature = SUNA Nitrate

 

Instructions for running the Triaxus R script on a linux machine

...