I would like to do some research about climbing. The dataset contain several columns with climbing grades, like these: 1,2,3,4a,4b,4c,5a,5b,5c,6a,6a+,6b,6b+,6c,6c+,7a,7a+....
I would like to use them as numbers. from 1 to 28 (from 1 to 9c). Tried to convert to factor, but plotting functions cannot deal with them as data for an axis. Also cannot use summarizing functions on them (like mean). Is it a way to assign values to characters?
Thank you!