@@ -8,8 +8,8 @@ source: Rmd
88
99``` {.warning}
1010Warning in
11- download.file("http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/physical/ne_110m_graticules_all.zip", :
12- cannot open URL
11+ download.file("http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/110m/physical/ne_110m_graticules_all.zip",
12+ : cannot open URL
1313'https://www.naturalearthdata.com/http/www.naturalearthdata.com/download/110m/physical/ne_110m_graticules_all.zip':
1414HTTP status was '404 Not Found'
1515```
@@ -596,7 +596,7 @@ object.size(RGB_stack_HARV)
596596```
597597
598598``` {.output}
599- 51688 bytes
599+ 56432 bytes
600600```
601601
602602Now we will create a RasterBrick object from our RasterStack data and view its size:
@@ -609,7 +609,7 @@ object.size(RGB_brick_HARV)
609609```
610610
611611``` {.output}
612- 170898632 bytes
612+ 170898792 bytes
613613```
614614
615615Notice that in the RasterBrick, all of the bands are stored within the actual
@@ -672,44 +672,44 @@ methods(class=class(RGB_stack_HARV))
672672 [61] flip freq getValues
673673 [64] getValuesBlock getValuesFocal hasValues
674674 [67] head hist image
675- [70] init inMemory interpolate
676- [73] intersect is.factor is.finite
677- [76] is.infinite is.na is.nan
678- [79] isLonLat KML labels
679- [82] length levels levels<-
680- [85] log Logic mask
681- [88] match Math Math2
682- [91] maxValue mean merge
683- [94] metadata minValue modal
684- [97] mosaic names names<-
685- [100] ncell ncol ncol<-
686- [103] nlayers nrow nrow<-
687- [106] origin origin<- overlay
688- [109] pairs persp plot
689- [112] plotRGB predict print
690- [115] proj4string proj4string<- quantile
691- [118] raster rasterize ratify
692- [121] readAll readStart readStop
693- [124] reclassify rectify res
694- [127] res<- resample rotate
695- [130] rowColFromCell rowFromCell rowFromY
696- [133] rowSums sampleRandom sampleRegular
697- [136] scale select setMinMax
698- [139] setValues shift show
699- [142] spplot stack stackSelect
700- [145] stretch subs subset
701- [148] Summary summary t
702- [151] tail text trim
703- [154] unique unstack values
704- [157] values<- weighted.mean which.max
705- [160] which.min whiches.max whiches.min
706- [163] wkt writeRaster xFromCell
707- [166] xFromCol xmax xmax<-
708- [169] xmin xmin<- xres
709- [172] xyFromCell yFromCell yFromRow
710- [175] ymax ymax<- ymin
711- [178] ymin<- yres zonal
712- [181] zoom
675+ [70] init initialize inMemory
676+ [73] interpolate intersect is.factor
677+ [76] is.finite is.infinite is.na
678+ [79] is.nan isLonLat KML
679+ [82] labels length levels
680+ [85] levels<- log Logic
681+ [88] mask match Math
682+ [91] Math2 maxValue mean
683+ [94] merge metadata minValue
684+ [97] modal mosaic names
685+ [100] names<- ncell ncol
686+ [103] ncol<- nlayers nrow
687+ [106] nrow<- origin origin<-
688+ [109] overlay pairs persp
689+ [112] plot plotRGB predict
690+ [115] print proj4string proj4string<-
691+ [118] quantile raster rasterize
692+ [121] ratify readAll readStart
693+ [124] readStop reclassify rectify
694+ [127] res res<- resample
695+ [130] rotate rowColFromCell rowFromCell
696+ [133] rowFromY rowSums sampleRandom
697+ [136] sampleRegular scale select
698+ [139] setMinMax setValues shift
699+ [142] show spplot stack
700+ [145] stackSelect stretch subs
701+ [148] subset Summary summary
702+ [151] t tail text
703+ [154] trim unique unstack
704+ [157] values values<- weighted.mean
705+ [160] which.max which.min whiches.max
706+ [163] whiches.min wkt writeRaster
707+ [166] xFromCell xFromCol xmax
708+ [169] xmax<- xmin xmin<-
709+ [172] xres xyFromCell yFromCell
710+ [175] yFromRow ymax ymax<-
711+ [178] ymin ymin<- yres
712+ [181] zonal zoom
713713see '?methods' for accessing help and source code
714714```
715715
@@ -721,19 +721,19 @@ methods(class=class(RGB_stack_HARV[1]))
721721```
722722
723723``` {.warning}
724- Warning in .S3methods(generic.function, class, envir): 'class' is of length > 1;
725- only the first element will be used
724+ Warning in .S3methods(generic.function, class, envir): 'class' is of length >
725+ 1; only the first element will be used
726726```
727727
728728``` {.output}
729- [1] [ [<- anyDuplicated as_tibble as.data.frame
730- [6] as.raster bind boxplot brick cellFromXY
731- [11] coerce coordinates determinant distance duplicated
732- [16] edit extent extract head initialize
733- [21] isSymmetric Math Math2 Ops raster
734- [26] rasterize relist subset summary surfaceArea
735- [31] tail trim unique values<- weighted.mean
736- [36] writeValues
729+ [1] [ [<- anyDuplicated Arith as_tibble
730+ [6] as.data.frame as. raster bind boxplot brick
731+ [11] cellFromXY coerce Compare coordinates determinant
732+ [16] distance duplicated edit extent extract
733+ [21] head initialize isSymmetric Math Math2
734+ [26] Ops raster rasterize relist subset
735+ [31] summary surfaceArea tail trim unique
736+ [36] values<- weighted.mean writeValues
737737see '?methods' for accessing help and source code
738738```
739739
0 commit comments