H
Hicham AMAR
Guest
- Introduction
Today, surface water is becoming a serious concern and a very sensitive issue in the world, as it constitutes the most important resource for subsistence (Kumar et al., 2018; Varol et al., 2012). Access to clean water has been reduced in the last years and it’s a crucial limiting factor for economic development and improvement of the population life quality (Sener et al., 2017).
Environmental contaminants as heavy metals are the main problem of surface water quality deterioration worldwide (Cengiz et al., 2017). Pollution by these heavy metals is a serious problem due to their: i) toxicity, ii) accumulation in the biota, and iii) not readily biodegradable in the environment (Nasrabadi, 2015).
The natural sources of the heavy metals are atmospheric transport and bedrock erosion, while the anthropogenic activities are mainly agricultural activity, mining, and mineral processing with chemical and metallurgical operation (Prasanna et al., 2012; Vasistha and Ganguly, 2020).
Thirty-four surface water points were sampled in November 2017 and collected in pre-cleaned plastic bottles. The sampling was made in the study area with no seasonal analysis, to have an overview of the surface water quality in the study area.
Physicochemical parameters were measured in situ such as electrical conductivity (EC), temperature (°C), and pH. The main chemical elements (Mg2+, Ca2+, HCO3–, Na+, K+, Ni2+, Fe2+, Fe3+; Cl–, Na+, SO42-, Cd2+, Pb2+, Zn2+, Cu2+) were determined.
- Basic statistics
The summary results of the physicochemical parameters and heavy metal concentrations are shown in Table 1.
كود:
#if necessseary
pck <- c("factoextra","readxl","shiny","PerformanceAnalytics","pastecs","tidyverse","factoextra")
install.packages(pck)
#load package
library(readxl)
library(shiny)
library(Factoshiny)
library(PerformanceAnalytics)
library(pastecs)
library(tidyverse)
library(factoextra)
#import data from file
## You need juste to change thefile path
#Data <- read.csv2("C:/Users/hicha/Desktop/Bureau/khdoje/Spatial parameters/Data_Ziz-csv.csv")
Data <- read.csv2("C:/Users/hicha/Desktop/Desktop_Hicham/Bureau/Khadija_Dani-2020/Data_KD.csv")
#prepare data for statistical approach
rownames(Data) <- Data[,1]
Data_Ziz.csv<- Data[,-1]
#Data_Ziz.csv
#basic statictics
stat.desc(Data_Ziz.csv)
Min | Median | Max | Avg | SD | Control standard | Number of observations over Control standard |