Learn R Programming

slippymath (version 0.3.1)

raster_to_png: raster_to_png

Description

Write a raster to PNG

Usage

raster_to_png(tile_raster, file_path)

Arguments

tile_raster

the raster to write to PNG

file_path

the path to write the raster

Value

nothing.

Details

This function is a convenience wrapper for writing rasters in PNG format.