skogR-package | R Documentation |
More about what it does (maybe more than one line) ~~ A concise (1-5 lines) description of the package ~~
Package: | skogR |
Type: | Package |
Version: | 0.3 |
Date: | 2013-05-16 |
License: | What license is it under? |
~~ An overview of how to use the package, including the most important functions ~~
Who wrote it
Maintainer: Who to complain to <yourfault@somewhere.net> ~~ The author and/or maintainer of the package ~~
~~ Literature or other references for background information ~~
~~ Optional links to other man pages, e.g. ~~
~~ <pkg>
~~
library(skogR)
data(trees)
?volumeTree
Species <- as.character(retentionTrees$Otrsl)
sp <- ifelse(Species == "G",1,ifelse(Species == "F",2,ifelse(Species == "L",3,NA)))
d <- retentionTrees$Odbh/10
h <- retentionTrees$Ohoyde/10
v <- volumeTree(retentionTrees$Odbh/10,retentionTrees$Ohoyde/10,Species)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.