At the moment, the IFE (iterative Feature Elimination) plot does not contain the name of the features with the highest VIMP. Although it is logical not to have them (it is useless to eliminate the second feature and train a model based on only one single feature), but it can get confusing for users who are not paying attention and are using SIVS blindly:

Nevertheless, as people are people, and there is a chance that they report important features based on what they see in the plot rather than sivs_obj$vimp or sivs::suggest(sivs_obj), it is a good idea to somehow present these two features in the plot.
In other words we are trying to a PEBCAK in the software.
At the moment, the IFE (iterative Feature Elimination) plot does not contain the name of the features with the highest VIMP. Although it is logical not to have them (it is useless to eliminate the second feature and train a model based on only one single feature), but it can get confusing for users who are not paying attention and are using SIVS blindly:
Nevertheless, as people are people, and there is a chance that they report important features based on what they see in the plot rather than
sivs_obj$vimporsivs::suggest(sivs_obj), it is a good idea to somehow present these two features in the plot.In other words we are trying to a PEBCAK in the software.