Skip to contents

Replace the vegetation data by another one

Usage

TNETveget_replace(
  shapefile,
  newVeget,
  name_data,
  name_gid = "gid",
  name_vegPctL = "vegPctL",
  name_vegPctR = "vegPctR",
  name_vegHL = "vegHL",
  name_vegHR = "vegHR"
)

Arguments

shapefile

string path to the shapefile where the vegetation data needs to be replaced

newVeget

string path to the file with the new vegetation (readable with data.table::fread())

name_data

string Name of the vegetation scenario

name_gid

string Name of the column with the segments ID

name_vegPctL

string Name of the column with the segments vegetation left density in newVeget file

name_vegPctR

string Name of the column with the segments vegetation rigth density in newVeget file

name_vegHL

string Name of the column with the segments vegetation left high in newVeget file

name_vegHR

string Name of the column with the segments vegetation rigth high in newVeget file

Value

None. A new shapefile is created in the repository of shapefile

Examples


TNETveget_replace(shapefile = "path/to/shape.shp",
                  newVeget = "path/to/newveget.txt",
                  name = "New_vegetation")
#> Error in TNETveget_replace(shapefile = "path/to/shape.shp", newVeget = "path/to/newveget.txt",     name = "New_vegetation"): argument 3 matches multiple formal arguments