Learn R Programming

FlowCAr (version 1.1.1)

LIMbuild: Setting up and checking the LIM file formatting

Description

Setting up of the LIM package and the enaR package is done in this function thus there is no need to do it prior e.g. using the functions Read or Setup from the LIM package. When preparing to use the LIM file, this method will prompt the user to verify that the information output correctly represents what was intened. Respiration node/element is required to be first in the externals list. To correctly identify living or non-living nodes, all non-living nodes are required to have <U+2018>NLNode<U+2019> at the end of the node name i.e. detritus would be detNLNode or detritusNLNode.

Usage

LIMbuild(Rfile)

Arguments

Rfile

This is the user generated R text file defining the network.

Value

See "value" in Setup Console output depicting information about what processing will be done.

Details

Used primarily for the FlowCAr package, this is a method simply for preparation and verification purposes that need not be run if entirely sure the requirements are met. If processing is conducted and results aren't what is expected, run this method to verify the lim file is set up correctly to fulfill the requiremnts.

Displayed in the console will be indications as to what data will be used for which calculation, however, it is up to the user to notice if anything is incorrect.

Examples

Run this code
# NOT RUN {
##------------------------------------------------------------##
## A simple four node network                                 ##
##------------------------------------------------------------##

  data(N4)

  #Output generated using the following code

  
# }
# NOT RUN {
N4 <- LIMbuild (Rfile = "4node.R")
# }
# NOT RUN {

# }

Run the code above in your browser using DataLab