diff --git a/README.md b/README.md index 04d10cf..d3d711b 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ The code of this file is divide in follow sections 2. **Correlation Function** Uses the scipy library to calculate Pearson and Spearman correlations, employing two nested `for` loops that populate an empty 4x4 matrix with correlation values. This function takes four inputs; the first four values represent data, and the last indicates which correlation to calculate—`p` for Pearson correlation and `s` for Spearman correlation. Correlations for med data base are shhown below: -![](./PearsC.png) -![](./SpearsS.png) +!['Pearson.jpeg'](./Pearson.jpeg) +!['Speaman.jpeg'](./Speaman.jpeg) 3. **Plotting data function** Takes values from lux, temperature, humidity and power, and builds a figure of size 4x4. The structure of these graphs is shown below: