700resu
700resu

Reputation: 259

Packages for Scatterplot in R

I am trying to use scatterplot function to plot a scatterplot. I have loaded packages like ggplot2 and scatterplot3d. However, I get message, "Could not find function scatterplot". Further, when I plot using Rcommander, I see the same command, "scatterplot"

What package am I expected to load?

Note I know there is plot or some other functions using ggplot. I see that Rcmdr uses scatterplot command and it has some speciality like boxplot at side, etc. That is why I want to stick to it.

Upvotes: 1

Views: 8413

Answers (1)

Simon O'Hanlon
Simon O'Hanlon

Reputation: 59990

Are you looking for:

Package scatterplot3d had only one function which is called... scatterplot3d().

Upvotes: 2

Related Questions