##---- Should be DIRECTLY executable !! ----##-- ==> Define data, use random,##-- or do help(data=index) for the standard data sets.## The function is currently defined asfunction (df){ggplot(df,aes(x=df$norm_ertrag,y=df$norm_durchsatz,color=df$label))+geom_point()}