Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how would you build a scatter-plot using plotly?



how would you build a scatter-plot using plotly?..

Answer / Shubham Goel

```Rnnlibrary(plotly) n# create scatter plot datanscatter_data <- data.frame(x = c(1, 2, 3, 4), y = c(5, 6, 7, 8)) n# create the plotnplot_ly(scatter_data, x = ~x, y = ~y) n```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

How to create axes in the graph?

1 Answers  


What are R applications of R clustering?

1 Answers  


Explain how to generate lists in r?

1 Answers  


What is an arbitrary function in r?

1 Answers  


Which packages are used to store and restore R objects to and from a file in R language?

1 Answers  


Why the stepaic()?

1 Answers  


What is the use of abline() function?

1 Answers  


What is a graphic device?

1 Answers  


Give some examples of the functions in stringr.

1 Answers  


How can you create a pca model in r?

1 Answers  


Explain general format of matrices in r?

1 Answers  


What is the difference between rnorm and runif functions ?

1 Answers  


Categories