knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Introduction

The R package EchoviewR - a free interface between Echoview (R) and R using COM scripting.

Copyright and Licence


Copyright (C) 2015 Lisa-Marie Harrison, Martin Cox, Georg Skaret and Rob Harcourt.

This file is part of EchoviewR.

EchoviewR is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

EchoviewR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with EchoviewR.  If not, see .

This package is open for community development and we encourage users to extend the package as they need. We are not liable for any losses when using EchoviewR.

If using EchoviewR, please cite as:

citation('EchoviewR')

EchoviewR - Installation guide


Installing all dependencies:

EchoviewR currently has a few dependencies:

install.packages(c('fields', 'sp', 'geosphere', 'maptools', 'RDCOMClient', 'rgeos', 'lubridate'))

Sometimes the installation of RDCOMClient from CRAN fails. If this is the case, run:

install.packages("RDCOMClient", repos = "http://www.omegahat.net/R")

If you intend to create variables from within R you will need to install RDCOMMServer as well:

install.packages("RDCOMServer", repos = "http://www.omegahat.net/R")

Installing EchoviewR from Github:

devtools::install_github('AustralianAntarcticDivision/EchoviewR')

Basic functions

EchoviewR makes startin, closing and using Echoview through easy. In this part of the vignettes some of the basic functions will be demonstrated. We start by starting an Echoview Instance:



AustralianAntarcticDivision/EchoviewR documentation built on May 4, 2024, 2:28 p.m.