Post
R Programming
How to resolve the error in plot window need finite xlim values?
Posted on 1st December 2023
This Error arises if the column holds character if you check that data type it would imply of type 'chr' converting that column to 'Factor' will resolve this issue.
For e.g. In case you plot 'Place' against 'Sales', you have to change the column 'Place' to the type 'Factor.'
STILL GOT QUERIES?
Copyright © 2013 - 2023 MindMajix Technologies