How do I create datavisual shapes for R package.
Just like there are heatmaps, bar charts, pie charts, etc.
For instance, I wish to create a car as a datavisual shape in R. Perhaps use it as a map. And give users the options to label the components
What do I search in google to create such a thing?
For instance I would like R to generate a user-input program where
product-to-repair-tires
will point to tirestire-pressure
will point to each of the 4 tiresnumber-of-oil-changes
will point to oil tanktype-of-fuel
(variablesgasoline
,diesel
,liquified petroleum
,etc) will point to fuel tank.
I want this custom visual to
- Have words and/or icons pointing to it
- Be treated as a map. For instance, tires passed inspection by 80%, brake pads passed by 20% (hence need a replacement), windshield wipers are 100% perfect, bumper is can widthstand impact 30% (need replacement)
- Can be used to demonstrate car health over time. We can include this in a report like Carfax that show when the Car was manufactured to possible accidents, defects as it passed owners.
In other words, custom visual should tell the life and health of a car in few words.