What is is.complex() function in R
If you are working with imaginary components, you might want to find whether you are working with complex numbers or not and that’s where the is.complex() function helps you. The is.complex() is a built-in R function that checks whether an input object is of type “complex”. It returns TRUE if it is complex and FALSE … Read more