Graphic subsystems in R

Viewed 71

In the R Internals documentation about graphics (as of 2016/03/06) it is mentioned that

Although there is provision for 24 subsystems since about 2001, currently still only two exist, ‘base’ and ‘grid’

What does it mean exactly? I understand the difference between gridand graphics subsystems but why would there be a limit on the number of alternative subsystems?

Thank you for your help.

0 Answers
Related