R programming
Across
- 2. two dimension
- 4. dataframes store data in rows and columns as same ----
- 8. display type of vector
- 9. split values by rows
- 10. creator of R language
- 11. print alphabets
- 12. operator that produces ----- values in sequence
Down
- 1. finds unique elements
- 3. are vectors for categorical data
- 5. x <- x[1:4]-------- elements to first four
- 6. repetition operator
- 7. x[x<0] <-5 ----- elements less than 0