Show every nth row name in ggplot2
问题 I have a dataframe in the following long format: > head(cleanLongPlotData) Structure Method Value Outcome 1 1A00 X1 1 Clustering 2 1A01 X1 1 Clustering 3 1A02 X1 0 No Clustering 4 1A0U X1 1 Clustering 5 1A0Z X1 1 Clustering 6 1A1M X1 0 No Clustering > tail(cleanLongPlotData) Structure Method Value Outcome 12931 4PRN Z 0 No Clustering 12932 4PRP Z 0 No Clustering 12933 4PXZ Z -1 Blank 12934 4PY0 Z -1 Blank 12935 4Q3H Z -1 Blank 12936 6HBW Z 1 Clustering Each method has 2,196 observations. I'm