lucC_toGeoTIFF: Save tibble as Raster in Folder

Description Usage Arguments Value Author(s) Examples

Description

Plot map ggplot2 for all events discovered in input data

Usage

1
lucC_toGeoTIFF (data_tb = NULL, path_raster_folder = NULL)

Arguments

data_tb

Tibble. A tibble with values longitude and latitude and other values

path_raster_folder

Character. Name a path folder to save raster images data

Value

Images in geotiff format to open using SIG

Author(s)

Adeline M. Maciel

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## Not run: 

library(lucC)

lucC_starting_point()

# open data with time series set
data("example_TWDTW")
example_TWDTW

# save rasters in folder
lucC_toGeoTIFF (example_TWDTW, "~/Desktop/raster")
 

## End(Not run)

ammaciel/stilf documentation built on May 10, 2019, 10:28 a.m.