1
我有一個包含RGB地圖RasterBrick:轉換RGB RasterBrick爲灰度
class : RasterBrick
dimensions : 2400, 4200, 10080000, 3 (nrow, ncol, ncell, nlayers)
resolution : 100, 100 (x, y)
extent : 480000, 9e+05, 62000, 302000 (xmin, xmax, ymin, ymax)
coord. ref. : +proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +units=m +no_defs
data source : /Users/mnowak/Dropbox (sotomo)/sotomo_projekte/03 Umfragen/99_Werkzeuge/02_R/GIS/karten/2012/swisstopo_100.tif
names : swisstopo_100.1, swisstopo_100.2, swisstopo_100.3
min values : 20.68, 26.00, 35.00
max values : 255, 255, 255
我想轉換到使用R.
有誰知道羯羊有一個功能,可以灰度將RGB磚轉換爲灰度?
感謝您的任何幫助。