data(
plants_df,
plants_response,
plants_predictors,
plants_distance
)
plot_training_df_moran(
data = plants_df,
dependent.variable.name = plants_response,
predictor.variable.names = plants_predictors[1:4],
distance.matrix = plants_distance,
distance.thresholds = c(1000, 2000, 4000)
)
Run the code above in your browser using DataLab