Other packages > Find by keyword >

vistime  

Pretty Timelines in R
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("vistime", "1.2.4")



Attach the package and use:
library("vistime")
Maintained by
Sandro Raabe
[Scholar Profile | Author Map]
First Published: 2017-01-29
Latest Update: 2023-10-29
Description:
A library for creating time based charts, like Gantt or timelines. Possible outputs include 'ggplot2' diagrams, 'plotly.js' graphs, 'Highcharts.js' widgets and data.frames. Results can be used in the 'RStudio' viewer pane, in 'RMarkdown' documents or in Shiny apps. In the interactive outputs created by vistime() and hc_vistime(), you can interact with the plot using mouse hover or zoom.
How to cite:
Sandro Raabe (2017). vistime: Pretty Timelines in R. R package version 1.2.4, https://cran.r-project.org/web/packages/vistime. Accessed 11 May. 2025.
Previous versions and publish date:
0.1.0 (2017-01-29 17:35), 0.2.0 (2017-01-30 21:23), 0.3.0 (2017-02-12 21:25), 0.4.0 (2017-06-03 14:12), 0.5.0 (2018-04-15 19:54), 0.6.0 (2018-10-28 16:10), 0.7.0 (2019-01-04 14:40), 0.8.0 (2019-03-03 22:20), 0.8.1 (2019-03-24 19:00), 0.9.0 (2020-01-10 01:40), 1.0.0 (2020-04-17 22:20), 1.1.0 (2020-07-25 06:10), 1.2.0 (2021-02-19 11:30), 1.2.1 (2021-04-10 13:20), 1.2.3 (2022-10-16 14:40)
Other packages that cited vistime R package
View vistime citation profile
Other R packages that vistime depends, imports, suggests or enhances
Complete documentation for vistime
Functions, R codes and Examples using the vistime R package
Some associated functions: gg_vistime . hc_vistime . vistime-package . vistime . vistime_data . 
Some associated R codes: fix_columns.R . gg_vistime.R . hc_vistime.R . plot_ggplot.R . plot_highchart.R . plot_plotly.R . set_colors.R . set_order.R . set_y_values.R . validate_input.R . vistime-package.R . vistime.R . vistime_data.R .  Full vistime package functions and examples
Downloads during the last 30 days
04/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/0405/0505/0605/0705/0805/09Downloads for vistime0102030405060708090TrendBars

Today's Hot Picks in Authors and Packages

betaSandwich  
Robust Confidence Intervals for Standardized Regression Coefficients
Generates robust confidence intervals for standardized regression coefficients using heteroskedasti ...
Download / Learn more Package Citations See dependency  
PhySortR  
A Fast, Flexible Tool for Sorting Phylogenetic Trees
Screens and sorts phylogenetic trees in both traditional and extended Newick format. Allows for the ...
Download / Learn more Package Citations See dependency  
PTwins  
Percentile Estimation of Fetal Weight for Twins by Chorionicity
Package to Percentile estimation of fetal weight for twins by chorionicity (dichorionic-diamniotic o ...
Download / Learn more Package Citations See dependency  
cliapp  
Create Rich Command Line Applications
Create rich command line applications, with colors, headings, lists, alerts, progress bars, etc. It ...
Download / Learn more Package Citations See dependency  
hash  
Full Featured Implementation of Hash Tables/Associative Arrays/Dictionaries
Implements a data structure similar to hashes in Perl and dictionaries in Python but with a purposef ...
Download / Learn more Package Citations See dependency  
strategicplayers  
Strategic Players
Identifies individuals in a social network who should be the intervention subjects for a network int ...
Download / Learn more Package Citations See dependency  

24,223

R Packages

207,311

Dependencies

65,402

Author Associations

24,224

Publication Badges

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