Spatial Data Science
  • Spatial data manipulation
  • Spatial data analysis
  • Remote Sensing Image Analysis
  • Case studies
  • Spherical computation
  • The raster package
    • The raster package
    • Classes
    • Creating Raster* objects
    • Raster algebra
    • High-level methods
    • Plotting
    • Writing files
    • Cell-level functions
    • Miscellaneous
    • Appendix I. Writing functions for large raster files
    • Appendix II. The “rasterfile” format
  • Species distribution modeling
  • R companion to Geographic Information Analysis
Spatial Data Science
  • Docs »
  • The raster package

The raster package¶

  • The raster package
  • Classes
    • RasterLayer
    • RasterStack and RasterBrick
    • Other Classes
  • Creating Raster* objects
  • Raster algebra
  • High-level methods
    • Modifying a Raster* object
    • Overlay
    • Calc
    • Reclassify
    • Focal
    • Distance
    • Spatial configuration
    • Predictions
    • Vector to raster conversion
    • Summarize
  • Plotting
  • Writing files
    • File format
  • Cell-level functions
    • Introduction
    • Accessing cell values
  • Miscellaneous
    • Session options
    • Coercion to objects of other classes
    • Extending raster objects
  • Appendix I. Writing functions for large raster files
    • Introduction
    • How not to do it
    • Row by row processing
    • Processing multiple rows at once
    • Filename optional
    • A complete function
    • Debugging
    • Methods
    • Mutli-core functions
  • Appendix II. The “rasterfile” format
    • Introduction
    • ini files
    • Sections
      • general
      • georeference
      • data
      • description
Next Previous

© Copyright 2016-2021. License: CC BY-SA 4.0. Source code.