loadBDAT: load BDATPro

Description Usage Arguments Details Value Examples

View source: R/loadBDAT.R

Description

loadBDAT imports a dll file which contains a bunch of functions for modelling tree taper given diameters and height of a tree.

Usage

1
loadBDAT(fun, type = "expr")

Arguments

fun

name of the function as character string(s) which shall be loaded into global environment. See details.

type

character vector; if type is expr (default), an expression will be returned; if type is global, fun is loaded into global environment

Details

Since this package contains the dll files compiled on Windows 32bit, loadBDAT() access them directly.
fun needs at least one of the following character strings to load a fortran function of BDAT in your global environment:

Not yet implemented are the following BDAT-functions:

Value

Returns a fortran function and loads it into your global environment.

Examples

1
loadBDAT(fun = 'BDATDORHX')

frumentum/rBDATPRO documentation built on May 28, 2019, 2:53 p.m.