Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have a table with three fields Customer , Sales and Profit . Creating a scatter chart using R with Sales on Y axis and Profit in X axis for each customer.
Till here i am able to achieve in R but after that i want to draw a constant line with Profit = Sales/3.
y = 3x
This will help me to identify the customers with profit =sales/3.