ACM Minigraphs
ACM Minigraphs are documents with a focused objective and accessible presentation style that provide early career practitioners an overview of an important area of computing, with the appropriate level of information to help enable a career choice in that area.
The Minigraphs Editorial Board (EB) oversees the editorial management of Minigraphs. Members of the EB are experts one or more computing domains who also have some experience publishing technical documents. EB responsibilies include the selection of topics and author, guiding the minigraph publication process with authors and reviewers, and ensuring the style and quality of minigraphs. The current member of the Minigraphs EB are:
- R Ramanujam (Editor-in-Chief)
- Lipika Dey
- Tulika Mitra
- Tan Moorthy
- Shyamala Prayaga
- Yogesh Simmhan
- Titus Winters
Can You Create Data Structures in R?
In this Challenge Lab, you will create and manipulate data structures in R by using the RStudio development environment. First, you will create and access a vector in R, and then you will calculate the mean and median of a vector. Next, you will create a list object in R, and then you will manipulate elements of the list object. Finally, you will create a matrix, and then you will retrieve and modify selected data by using indexing.
