|
You are here |
magrittr.tidyverse.org | ||
| | | | |
dplyr.tidyverse.org
|
|
| | | | | Select (and optionally rename) variables in a data frame, using a concise mini-language that makes it easy to refer to variables based on their name (e.g. a:f selects all columns from a on the left to f on the right) or type (e.g. where(is.numeric) selects all numeric columns). Overview of selection features Tidyverse selections implement a dialect of R where operators make it easy to select variables: : for selecting a range of consecutive variables. ! for taking the complement of a set of variables. & ... | |
| | | | |
echarts4r.john-coene.com
|
|
| | | | | ||
| | | | |
echarts4r.john-coene.com
|
|
| | | | | [AI summary] A technical article guide demonstrates how to use a function in R to plot points, lines, and areas on geospatial style charts for data visualization. | |
| | | | |
www.jeremymorgan.com
|
|
| | | Want to learn about PyTorch? Of course you do. This tutorial covers PyTorch basics, creating a simple neural network, and applying it to classify handwritten digits. | ||