Skip to content

Instantly share code, notes, and snippets.

View minhazulislam's full-sized avatar
🎯
Focusing

Minhazul Islam minhazulislam

🎯
Focusing
View GitHub Profile
@minhazulislam
minhazulislam / rainfall_sst_regression.r
Created November 30, 2023 04:14 — forked from bennyistanto/rainfall_sst_regression.r
Pixel-wise regression between two raster time-series
#####
# Installing packages
install.packages(c('raster','readr','tidyr','dplyr','RColorBrewer','GISTools','sp',
'sf','ggplot2','bioimagetools','plyr',"orcutt","lmtest"), dependencies = T)
library(raster)
library(readr)
library(tidyr)
library(dplyr)
library(RColorBrewer)