How to Split Dataset and plot in R
问题 I am using a data set like: 1 48434 14566 1 56711 6289 1 58826 4174 2 56626 6374 2 58888 4112 2 59549 3451 2 60020 2980 2 60468 2532 3 56586 6414 3 58691 4309 3 59360 3640 3 59941 3059 . . . 10 56757 6243 10 58895 4105 10 59565 3435 10 60120 2880 10 60634 2366 I need a plot in R of 3rd column for each value of first column i.e. for above data there would be 10 different plots of (each group 1-10) of values of 3rd column. x-axis is number of Iterations and Y-axis is the values with max 63000.