writesebkc | R Documentation |
This function writes spatial output of the following functions
sebal
, sebi
,ssebi
,
wdi
,sebs
,sseb
,
tseb
and landsat578
writesebkc(object, folder = NULL, xy = NULL, overwrite = TRUE)
object |
sebkc object |
folder |
Folder the files should be written to.If it is set to NULL, it is written to the input folder of sebkc object. |
xy |
A dataframe of of xy coordinates in in decimal degrees or meters in the order of c(x,y). If it is not set NULL, the corresponding values are extracted and written to the folder |
overwrite |
logical whether the file should be over written |
Writes output to a folder
## Not run:
folder=system.file("extdata","stack",package="sebkc")
stack=landsat578(data=folder, welev=362)
writesebkc(stack)
sebaloutput=sebal(folder = folder,welev = 317)
writesebkc(sebaloutput)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.