Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.37 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.37 KB

LMP3

Overview

The goal of LMP3 is to contain functions developed for my colleagues or myself. The package currently contains:

  • select_select() allows the user to utilize a shiny app to more easily select and arrange the columns in a dataset.
  • factor_sort() allows the user to utilize a shiny app to more easily rearrange the levels of a factor.
  • rcorr_fliter() provides a method to reduce large rcorr correlation matrices into simpler data frames and filter to match specific conditions.
  • lumpmean() provides a method to use a running mean that averages the observations with a window of a specific time, not the number of observations.
  • count2d() counts the number of observations in a two-dimensional space.
  • reextent() changes the extend of a raster from -180:180 to 0:360 and vice versa.
  • ineq() counts the number of values that meet an equality or inequality condition.

Installation

You can install the development version of LMP3 from GitHub with:

# install.packages("devtools")
devtools::install_github("LouisMPenrod/LMP3")

Getting help

If you encounter an issue, please file an issue or contact the package author with a minimal reproducible example.