write_species_xml: Write LandClim species parameter file

Description Usage Arguments See Also Examples

Description

Writes the given data into the given file in the XML-format for species of LandClim

Usage

1

Arguments

x

Data frame with species parameters and tag names.

file

Output file name including full path.

See Also

read_species_xml

Examples

1
2
3
4
5
  ### Read example species file
  species_parameters  <- read_species_xml(system.file("species.xml", package = "LandClimTools"))
  
  ### Write example species file
  write_species_xml(x = species_parameters, file = "piceabie.xml")

KIT-IfGG/LandClimTools documentation built on May 8, 2019, 4:46 p.m.