# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "plotjs" in publications use:' type: software license: GPL-3.0-or-later title: 'plotjs: An R ''graphics''-like Interface to ''Chart.js''' version: 0.3.0 doi: 10.32614/CRAN.package.plotjs abstract: A continuation of the author's earlier 'c3plot' project, create interactive plots with the 'Chart.js' charting library using an interface modeled after that of base graphics. The main plotjs() function is an S3 generic with methods for various R objects that work similarly to their equivalent plot() methods. These plots can be embedded into 'Shiny' web applications or 'R Markdown' documents or displayed within the 'RStudio' 'Viewer' pane. authors: - family-names: Kraieski given-names: Alex email: arkraieski@gmail.com repository: https://arkraieski.r-universe.dev repository-code: https://github.com/arkraieski/plotjs commit: 1f29a1c6a4d9fe3c641a7b8bc587d8146fcbe240 url: https://arkraieski.github.io/plotjs/ date-released: '2026-04-19' contact: - family-names: Kraieski given-names: Alex email: arkraieski@gmail.com