(ggplot2)\nggplot(airquality, aes(Temp, Ozone)) + \n geom_point() + \n geom_smooth(method = \"loess\", se = FALSE)\n```\n\n```{{r}}\nsummary(airquality)\n```\n```\n\n::: callout-tip\nWhen using the Knitr engine, you can also use any of the available native optio...
#' @param aesthetics The aesthetic to scale (default is "color"). #' #' @return A ggplot2 scale for color aesthetics with a random color palette. #' #' @importFrom ggplot2 discrete_scale #' #' @export scale_color_random <- function(hue = NULL, luminosity = "light", seed = NULL...
To measure exposure to sexually harassing behaviors, we adapted the Bergen Sexual Harassment Scale (BSHS; Einarsen & Sørum,1996; Nielsen et al.,2010). The scale was adapted in two ways: we tailored the instruction to our specific sample and the items were updated to include harassment via ...
this is with a flatbed scanner. The scanner takes a “snapshot” of the paper document. This snapshot is turned into a PDF (or another format such as JPG and TIFF). This is a “scanned” PDF document which often won’t have an OCR layer. Want to add that text layer?
Type Package Description Provides a number of user-level functions to work with``grid''graphics,notably to arrange multiple grid-based plots on a page,and draw tables.Version2.3 VignetteBuilder knitr Imports gtable,grid,grDevices,graphics,utils Suggests ggplot2,egg,lattice,knitr,testthat RoxygenNote...
* An as.data.frame method has been added for ITime, so that ITime can be passed to ggplot2 without error, #1713. Thanks to Farrel Buchinsky for reporting. Tests added. ITime axis labels are still displayed as integer seconds from midnight; we don't know why ggplot2 doesn't invoke ...
## Use multiple threads to calculate TEI on sparseMatrix #SummarizedExperiment::colData(cds)["TEI"] <- TEI( # ExpressionSet = SingleCellExperiment::counts(cds), # Phylostratum = ps_vec, # split = 1000, # threads = 2 #) ## make boxplot by embryo.time p1 <- ggplot2::ggplot( data....
Imports: ggplot2, jsonlite, anytime, curl RoxygenNote: 7.1.0 RoxygenNote: 7.1.1 Suggests: knitr, rmarkdown, tinytest Encoding: UTF-8 2 NEWS.md @@ -4,6 +4,8 @@ - Fixes subsetting in extract_related_topics and data processing for Namibia (#353) @joachim-gassen - Add more countr...
* Jupyter Notebook 4.3.x * Conda Python 3.x and Python 2.7.x environments * Conda R 3.3.x environment * Scala 2.10.x * Scala 2.11.x * pyspark, pandas, matplotlib, scipy, seaborn, scikit-learn pre-installed for Python * ggplot2, rcurl preinstalled for R * Spark 2.0.2 with Hadoop...
2 changes: 1 addition & 1 deletion 2 vignettes/introduction-to-ssm-analysis.Rmd Original file line numberDiff line numberDiff line change @@ -318,7 +318,7 @@ ggplot2::ggplot() + ggforce::geom_circle( ggplot2::aes(x0 = 0, y0 = 0, r = 5), color = "gray50", size = 1.5...