Publications by Naimul Islam
R Phylogenetic Analysis-1
install Bioconductor and relevant packages if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("Biostrings") ## Bioconductor version 3.20 (BiocManager 1.30.25), R 4.4.1 (2024-06-14 ucrt) ## Warning: package(s) not installed when version(s) same as or greater than current; use ## `force = T...
1084 sym R (36447 sym/95 pcs) 1 img
Visualizing Bangladesh
Objectives: installing the Bangladesh package, fetching map data, and visualizing Bangladesh’s district-wise population Install and Load Required Packages # Install the remotes package if not already installed # install.packages("remotes") # Install the 'bangladesh' package from GitHub # remotes::install_github("ovirahman/bangladesh") # L...
341 sym R (2170 sym/21 pcs) 3 img
terra 9B
Install Packages if (!require("rspat")) remotes::install_github("rspatial/rspat") ###Loading required package: rspat ###Loading required package: terra ###terra 1.7.62 ## Loading required package: rspat ## Loading required package: terra ## terra 1.7.83 if (!require("predicts")) install.packages("predicts") ###Loading required package: predicts #...
6821 sym R (17202 sym/61 pcs) 11 img
SPATIAL DISTRIBUTION MODELS-1
Install Packages call terra and rspat package library(terra) # Spatial data analysis library(rspat) # Spatial distribution modeling bf <- spat_data("bigfoot") # Load dataset for analysis Observation dim(bf) # Get data dimensions ## [1] 3092 3 head(bf) # Preview first few rows of data ## lon lat Class ## 1 -142.9000 ...
2053 sym R (5549 sym/16 pcs) 4 img
R Terra 9- Spatial distribution models
Introduction Install Packages if (!require("rspat")) remotes::install_github("rspatial/rspat") ###Loading required package: rspat ###Loading required package: terra ###terra 1.7.62 if (!require("predicts")) install.packages("predicts") ###Loading required package: predicts if (!require("geodata")) install.packages("geodata") ###Loading require...
8559 sym R (5265 sym/61 pcs) 19 img