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.15")



Attach the package and use:
library("rAmCharts")
Maintained by
Benoit Thieurmel
[Scholar Profile | Author Map]
All associated links for this package
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 <https://datastorm-open.github.io/introduction_ramcharts/> and <https://www.amcharts.com/> 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 <https://www.amcharts.com/online-store/> to purchase a licence, and thus support its creators and get a period of Priority Support. See also <https://www.amcharts.com/about/> for more information about 'AmCharts' company.
How to cite:
Benoit Thieurmel (2015). rAmCharts: JavaScript Charts Tool. R package version 2.1.15, https://cran.r-project.org/web/packages/rAmCharts
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)
Other packages that cited rAmCharts R package
View rAmCharts citation profile
Other R packages that rAmCharts depends, imports, suggests or enhances
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

lgarch  
Simulation and Estimation of Log-GARCH Models
Simulation and estimation of univariate and multivariate log-GARCH models. The main functions of the ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
bulletr  
Algorithms for Matching Bullet Lands
Analyze bullet lands using nonparametric methods. We provide a reading routine for x3p files (see &l ...
Download / Learn more Package Citations See dependency  
Deriv  
Symbolic Differentiation
R-based solution for symbolic differentiation. It admits user-defined function as well as function s ...
Download / Learn more Package Citations See dependency  
buildr  
Organize & Run Build Scripts Comfortably
Working with reproducible reports or any other similar projects often require to run the script that ...
Download / Learn more Package Citations See dependency  

22,086

R Packages

187,731

Dependencies

55,244

Author Associations

22,087

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns