Hello everyone,

I'm trying to draw a Taylor graph as in the attached screenshot I shared below. However, Rstudio gives the Error "Error in is.data.frame(y) : 'Aydin_hist_Pr45.csv' object not found". My code is as below. I don't know what's missing in my code. Plus, if you could just tell me how I can draw Taylor graph for multiple GCM results.

setwd('C:/Users/Asus/Documents/ArcGIS/ArcGIS - Copy/evaporation/Downscaling Files')

getwd()

ls()

rm(list=ls())

install.packages(c("plotrix"))

library(plotrix)

taylor.diagram(aydin_mgm_temp_mon.csv, Aydin_hist_Pr45.csv)

Similar questions and discussions