Other packages > Find by keyword >

rAmCharts  

JavaScript Charts Tool
View on CRAN: Click here


Download and install rAmCharts package within the R console
Install from CRAN:
install.packages("rAmCharts")

Install from Github:
library("remotes")
install_github("cran/rAmCharts")

Install by package version:
library("remotes")
install_version("rAmCharts", "2.1.16")



Attach the package and use:
library("rAmCharts")
Maintained by
Benoit Thieurmel
[Scholar Profile | Author Map]
First Published: 2015-09-16
Latest Update: 2022-09-30
Description:
Provides an R interface for using 'AmCharts' Library. Based on 'htmlwidgets', it provides a global architecture to generate 'JavaScript' source code for charts. Most of classes in the library have their equivalent in R with S4 classes; for those classes, not all properties have been referenced but can easily be added in the constructors. Complex properties (e.g. 'JavaScript' object) can be passed as named list. See examples at and for more information about the library. The package includes the free version of 'AmCharts' Library. Its only limitation is a small link to the web site displayed on your charts. If you enjoy this library, do not hesitate to refer to this page to purchase a licence, and thus support its creators and get a period of Priority Support. See also for more information about 'AmCharts' company.
How to cite:
Benoit Thieurmel (2015). rAmCharts: JavaScript Charts Tool. R package version 2.1.16, https://cran.r-project.org/web/packages/rAmCharts. Accessed 11 Apr. 2025.
Previous versions and publish date:
1.1.1 (2015-09-16 18:51), 1.1.2 (2015-10-19 18:17), 1.1 (2015-09-16 10:13), 2.0.0 (2016-03-25 01:18), 2.0.2 (2016-05-11 12:10), 2.0.3 (2016-06-15 17:30), 2.1.1 (2016-10-05 11:13), 2.1.2 (2016-12-20 18:38), 2.1.3 (2017-01-18 18:07), 2.1.5 (2017-06-30 15:56), 2.1.6 (2018-02-07 13:21), 2.1.7 (2018-05-25 15:23), 2.1.8 (2018-06-21 18:52), 2.1.9 (2018-11-05 13:50), 2.1.10 (2019-02-12 12:10), 2.1.11 (2019-08-28 15:40), 2.1.12 (2019-10-17 09:30), 2.1.13 (2019-12-06 16:50), 2.1.15 (2022-09-30 11:10)
Other packages that cited rAmCharts R package
View rAmCharts citation profile
Other R packages that rAmCharts depends, imports, suggests or enhances
Complete documentation for rAmCharts
Functions, R codes and Examples using the rAmCharts R package
Some associated functions: AmBalloon-class . AmBalloon . AmChart-class . AmGraph-class . AmGraph . AmLegend-class . AmObject-class . AmStockChart-class . AmStockChart . AxisBase-class . CategoryAxis-class . ChartCursor-class . ChartScrollbar-class . DataSet-class . DataSet . DataSetSelector-class . DataSetSelector . GaugeArrow-class . GaugeArrow . GaugeAxis-class . GaugeAxis . GaugeBand-class . GaugeBand . Guide-class . Label-class . Label . PeriodSelector-class . StockEvent-class . StockPanel-class . Title-class . Title . TrendLine-class . TrendLine . ValueAxis-class . add_animate_dependency . add_dataloader_dependency . add_export_dependency . add_responsive_dependency . add_theme_dependency . amAngularGauge . amBarplot . amBoxplot . amBullet . amCandlestick . amChartsAPI . amChartsOutput . amFloatingBar . amFunnel . amHist . amLines . amMekko . amOHLC . amOptions . amPie . amPlot . amRadar . amSolidGauge . amStockMultiSet . amTimeSeries . amWaterfall . amWind . amcharts-setters . api . controlShinyPlot . data_AirPassengers . data_bar . data_candleStick1 . data_candleStick2 . data_fbar . data_funnel . data_gantt . data_gbar . data_gdp . data_mekko . data_pie . data_radar . data_stock1 . data_stock_2 . data_stock_3 . data_waterfall . data_wind . getCurrentStockData . getTransformTS . initialize-AmChart . initialize-AmLegend . initialize-AxisBase . initialize-CategoryAxis . initialize-ChartCursor . initialize-ChartScrollbar . initialize-Guide . initialize-PeriodSelector . initialize-StockEvent . initialize-StockPanel . initialize-ValueAxis . listProperties-AmObject . methods-AmObject . plot.AmChart . print-AmObject-method . rAmCharts-shinymodules-ts . rAmCharts-shinymodules . renderAmCharts . runExamples . shared-generics . show-AmChart-method . show-AmObject-method . show-AmStockChart-method . stockGraph . stockLegend . 
Some associated R codes: amChartsAPI.R . base_data.R . base_startupMessage.R . chart_amBarplot.R . chart_amBoxplot.R . chart_amBullet.R . chart_amCandlestick.R . chart_amDataset.R . chart_amFloatingBar.R . chart_amFunnel.R . chart_amGauge.R . chart_amHist.R . chart_amMekko.R . chart_amOHLC.R . chart_amPie.R . chart_amPlot.R . chart_amRadar.R . chart_amTimeSeries.R . chart_amWaterfall.R . chart_amWind.R . classUnions.R . class_AmBalloon.R . class_AmChart.R . class_AmChart_constructors.R . class_AmChart_setters.R . class_AmChart_shinyUtils.R . class_AmGraph.R . class_AmLegend.R . class_AmObject.R . class_AmStockChart.R . class_AmStockChart_setters.R . class_AxisBase.R . class_AxisBase_setters.R . class_CategoryAxis.R . class_ChartCursor.R . class_ChartCursor_setters.R . class_ChartScrollbar.R . class_ChartScrollbar_setters.R . class_DataSet.R . class_DataSetSelector.R . class_DataSet_setters.R . class_GaugeArrow.R . class_GaugeArrow_setters.R . class_GaugeAxis.R . class_GaugeAxis_setters.R . class_GaugeBand.R . class_Guide.R . class_Guide_setters.R . class_Label.R . class_PeriodSelector.R . class_StockEvent.R . class_StockEvent_setters.R . class_StockPanel.R . class_StockPanel_setters.R . class_Title.R . class_TrendLine.R . class_TrendLine_setters.R . class_ValueAxis.R . shiny_examples.R . shiny_modules_export.R . shiny_modules_timeSeries.R . union_AmCharts.R . utils.R . utils_amOptions.R . utils_amTests.R . utils_basicClassUnions.R . utils_sharedGenerics.R .  Full rAmCharts package functions and examples
Downloads during the last 30 days
03/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/09Downloads for rAmCharts102030405060708090TrendBars

Today's Hot Picks in Authors and Packages

multIntTestFunc  
Provides Test Functions for Multivariate Integration
Provides implementations of functions that can be used to test multivariate integration routines. T ...
Download / Learn more Package Citations See dependency  
GenAlgo  
Classes and Methods to Use Genetic Algorithms for Feature Selection
Defines classes and methods that can be used to implement genetic algorithms for feature selection. ...
Download / Learn more Package Citations See dependency  
Rwtss  
Client for Web Time-Series Service
Allows remote access to satellite image time series provided by the web time series service (WTSS) ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
extrafrail  
Estimation and Additional Tools for Alternative Shared Frailty Models
Provide estimation and data generation tools for some new multivariate frailty models. This version ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA