You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: