Page 298 - Data Science class 11
P. 298
10. Review and Edit:
• Periodically review your form to ensure that questions are clear and organized.
11. Send the Form:
• Click on the “Send” button in the top-right corner to distribute your form. You can share the link, email it, or
embed it in a website.
12. View Responses:
• Responses are automatically collected in a Google Sheets document linked to your form. You can view responses
by clicking on the “Responses” tab.
13. Close the Form (Optional):
• If you want to stop accepting responses, you can click on the “Responses” tab and toggle the “Accepting
responses” switch.
14. Collaborate (Optional):
• Click on the “Share” button to collaborate with others on the form creation process.
15. Save and Exit:
• Your form is saved automatically, but if you need to exit and return later, click on the “X” in the top-left corner.
Project 4—Visualisation Project
Visit the following website and collect some important information regarding different visualizations covered in R
Studio in the book and make a scrap book.
https://datavizcatalogue.com/
Project 5—Visualizations in R Studio
Type these codes in R Studio and note down the outputs in the space provided here.
data(iris)
boxplot (iris$Sepal.Length~iris$Species,col=’red’)
296 Touchpad Data Science-XI

