Skip to content

Commit ba13518

Browse files
committed
fixed broken link in import.eiixml
1 parent 962ce38 commit ba13518

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

R/xml_convert.r

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' @description
44
#' Parses an eiixml file exported using the Ecopath with Ecosim (EwE) GUI
5-
#' into an unbalanced Rpath model object, which can then be balanced.
5+
#' into an unbalanced Rpath model object, which can then be balanced.
66
#' This function was tested on files exported by EwE version 6.7.
77
#'
88
#' @param eiifile Path to exported EwE XML file
@@ -373,16 +373,16 @@ create.rpath.from.eiixml <- function(
373373
#' Reads in EwE exported XML file and parses into data frames
374374
#'
375375
#' @description
376-
#' Parses an eiixml file exported using the Ecopath with Ecosim (EwE) GUI into a list of data frames,
377-
#' one frame for each table in the exported XML file. This function is usually called by the function `create.rpath.from.eiimxl` that
376+
#' Parses an eiixml file exported using the Ecopath with Ecosim (EwE) GUI into a list of data frames,
377+
#' one frame for each table in the exported XML file. This function is usually called by the function \code{create.rpath.from.eiixml()} that
378378
#' converts these tables into an unbalanced rpath model object. However import.xml can be used on its own to examine the full set
379379
#' of tables exported by EwE, including tables not currently imported into Rpath objects, such as Ecosim runs or model metadata.
380380
#' This function was tested on files exported by EwE version 6.7.
381381
#'
382382
#' @inheritParams create.rpath.from.eiixml
383383
#'
384384
#' @return A list of data frames, one data frame for each node (exported EwE table) in the XML file. Each table
385-
#' has the naming convention ewe_[table name] where [table name] is the name of the table provided by EwE.
385+
#' has the naming convention ewe_[table name] where [table name] is the name of the table provided by EwE.
386386
#'
387387
#' @family xml
388388
#'

man/create.rpath.from.eiixml.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/import.eiixml.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/Convert_EwE_to_Rpath.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ model <- create.rpath.from.eiixml(eiixml_file)
3030

3131
The variable `model` is a list object containing the data objects required to balance your model and run simulations. There are 4 objects that comprise an `Rpath` object
3232

33-
* model -
34-
* diet -
35-
* pedigree -
36-
* stanzas -
33+
* model
34+
* diet
35+
* pedigree
36+
* stanzas
3737

3838
## Model parameters
3939

0 commit comments

Comments
 (0)