Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.