Description Usage Arguments Value Examples
Combines three hop objects for agroforestry, forestry, and monocrop simulations into a face object.
| 1 | create_face(agroforestry, forestry, monocrop, face.path)
 | 
| agroforestry | An object of class "hop" containing one or more agroforestry simulations. | 
| forestry | An object of class "hop" containing a single simulation to serve as a forestry control. | 
| monocrop | An object of class "hop" containing a single simulation to serve as a monocrop control. This simulation must not contain any trees. | 
| face.path | A character string of the path to a directory where any face analyses should be written to. | 
An object of class "face", which is a list of three objects of class "hop":
agroforestry
forestry
monocrop
| 1 2 3 4 5 6 7 8 9 10 | ## Not run: 
# After reading in Hi-sAFe simulations for agroforestry, forestry, and monocrop simulations via:
AF.hop <- read_hisafe(myAFhip)
FC.hop <- read_hisafe(myFChip)
CC.hop <- read_hisafe(myCChip)
# Combine these into a "face" object via:
my.face <- create_face(AF.hop, FC.hop, CC.hop)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.