-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
I am using the climate4R package for a study in the Sub-Saharan Region. In the PrepareNewdata function, I got this error message "The variable names in predictor and newdata structures do not match". I scaled the future precipitation data using
ssp85_scale <- scaleGrid(ssp85, type = "standardize")
I don't know what is causing the error. However, the future climate variable name is "pr", of course the variable names should not be the same with the output from PrepareData. Please how can I solve this error?
Secondly, the KS Panel Plot is not responding due to the call in the line Call(stats:::C_pSmirnov2x, KSstatistic, n.x, n.y). R is saying that it can't find "C_pSmirnov2x" function. Please what is the solution to this?
Thank You.
Metadata
Metadata
Assignees
Labels
No labels