Other packages > Find by keyword >

rearrr  

Rearranging Data
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("rearrr", "0.3.4")



Attach the package and use:
library("rearrr")
Maintained by
Ludvig Renbo Olsen
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-11-03
Latest Update: 2024-02-07
Description:
Arrange data by a set of methods. Use rearrangers to reorder data points and mutators to change their values. From basic utilities, to centering the greatest value, to swirling in 3-dimensional space, 'rearrr' enables creativity when plotting and experimenting with data.
How to cite:
Ludvig Renbo Olsen (2020). rearrr: Rearranging Data. R package version 0.3.4, https://cran.r-project.org/web/packages/rearrr. Accessed 06 Nov. 2024.
Previous versions and publish date:
0.1.0 (2020-11-03 13:00), 0.2.0 (2020-11-12 02:00), 0.3.0 (2021-09-26 17:30), 0.3.1 (2022-08-28 17:10), 0.3.2 (2022-11-24 10:40), 0.3.3 (2023-01-19 00:10)
Other packages that cited rearrr R package
View rearrr citation profile
Other R packages that rearrr depends, imports, suggests or enhances
Complete documentation for rearrr
Functions, R codes and Examples using the rearrr R package
Some associated functions: FixedGroupsPipeline . FixedGroupsTransformation . GeneratedPipeline . GeneratedTransformation . Pipeline . Transformation . angle . apply_coord_fn_ . apply_transformation_matrix . by_distance_rearranger_ . center_max . center_min . centering_rearranger_ . centroid . circularize . closest_to . cluster_groups . create_dimming_fn . create_n_fn . create_origin_fn . degrees_to_radians . dim_values . distance . expand_distances . expand_distances_each . extreme_pairing_rearranger_ . extreme_triplet_grouping_rearranger_ . flip_values . furthest_from . generate_clusters . generate_wave . hexagonalize . is_most_centered . median_index . midrange . min_max_scale . most_centered . multi_mutator_ . pair_extremes . position_max . position_min . positioning_rearranger_ . rearranger_ . rearrr_fn_ . render_toc . rev_windows . rev_windows_rearranger_ . roll_elements . roll_values . rotate_2d . rotate_3d . shear_2d . shear_3d . shuffle_hierarchy . square . swirl_2d . swirl_3d . to_unit_length . transfer_centroids . triangularize . triplet_extremes . vector_length . 
Some associated R codes: angle.R . apply_coord_fn.R . apply_coordinate_fn.R . apply_transformation_matrix.R . by_distance.R . centering.R . centroid.R . circularize.R . cluster_groups.R . conversion.R . create_dimming_fn.R . create_n_fn.R . create_origin_fn.R . create_rotation_matrix.R . create_shearing_matrix.R . dim_values.R . distance.R . expand_distances.R . expand_distances_each.R . flip_values.R . generate_clusters.R . generate_shapes.R . generate_wave.R . helpers.R . hexagonalize.R . midrange.R . min_max_scaler.R . most_centered.R . move_centroids.R . mutators.R . order_around_position.R . pair_extremes.R . pipeline.R . pipeline_fixed_groups.R . pipeline_generated.R . positioning.R . prepare_data.R . rearrange_factors.R . rearrange_methods.R . rearrangers.R . rearrr_fn_docs.R . rev_windows.R . roll_elements.R . roll_values.R . rotate_2d.R . rotate_3d.R . run_by_group.R . sample_shape.R . shear_2d.R . shear_3d.R . shuffle_hierarchy.R . sine_up.R . square.R . swirl_2d.R . swirl_3d.R . table_of_content_markdown.R . to_unit_length.R . transfer_centroids.R . triangularize.R . triple_extremes.R . vector_length.R .  Full rearrr 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

memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
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  
maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

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