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. The installated 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.
    Image Added
  4. Execute the application by double clicking the 'Triaxus Script' shortcut.
    Image Added

  5. Select the working directory by clicking on the Set working directory button. 
    Image Added
  6. Choose the data file to be used by clicking on the browse button to choose an appropriate source data file.
    Image Added
  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.
    Image Added
  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.
    Image Added

 

 

Instructions for running the Seabird python script on a linux machine

...