Create a dataframe Student, perform below mentioned operation on a data frame. Explain with proper example.  a) Write R Code …

Create a dataframe Student, perform below mentioned operation on a data frame. Explain with proper example.  a) Write R Code to convert all the values in a student dataframe into Matrix. b) Select the subset of Dataframe c) Sort the data within frame d) Visualize the Dataframe usingplot ()