Package: linbin 0.1.3.9000
linbin: Binning and Plotting of Linearly Referenced Data
Short for 'linear binning', the linbin package provides functions for manipulating, binning, and plotting linearly referenced data. Although developed for data collected on river networks, it can be used with any interval or point data referenced to a 1-dimensional coordinate system. Flexible bin generation and batch processing makes it easy to compute and visualize variables at multiple scales, useful for identifying patterns within and between variables and investigating the influence of scale of observation on data interpretation.
Authors:
linbin_0.1.3.9000.tar.gz
linbin_0.1.3.9000.zip(r-4.5)linbin_0.1.3.9000.zip(r-4.4)linbin_0.1.3.9000.zip(r-4.3)
linbin_0.1.3.9000.tgz(r-4.4-any)linbin_0.1.3.9000.tgz(r-4.3-any)
linbin_0.1.3.9000.tar.gz(r-4.5-noble)linbin_0.1.3.9000.tar.gz(r-4.4-noble)
linbin_0.1.3.9000.tgz(r-4.4-emscripten)linbin_0.1.3.9000.tgz(r-4.3-emscripten)
linbin.pdf |linbin.html✨
linbin/json (API)
NEWS
# Install 'linbin' in R: |
install.packages('linbin', repos = c('https://ezwelty.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ezwelty/linbin/issues
- elwha - Elwha River Survey
- fishmotion - Fish Movements
- netmap - Dungeness River
- quinault - Quinault River Survey
- simple - Simple Event Table
Last updated 2 years agofrom:bbc8bda02c. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 19 2024 |
R-4.5-win | OK | Nov 19 2024 |
R-4.5-linux | OK | Nov 19 2024 |
R-4.4-win | OK | Nov 19 2024 |
R-4.4-mac | OK | Nov 19 2024 |
R-4.3-win | OK | Nov 19 2024 |
R-4.3-mac | OK | Nov 19 2024 |
Exports:as_eventscollapse_event_gapscrop_eventscut_eventsevent_coverageevent_gapsevent_midpointsevent_overlapsevent_rangeeventsfill_event_gapsfind_intersecting_eventsgroup_nonoverlapping_eventshas_overlapping_eventsis_eventsis_unsorted_eventsplot_eventsplot_events_singleread_eventssample_eventsseq_eventssort_eventsto_dateto_datetimetransform_events
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Coerce to an Event Table | as_events as_events.data.frame as_events.Date as_events.matrix as_events.numeric as_events.POSIXt |
Crop Events | crop_events |
Cut Events | cut_events |
Elwha River Survey | elwha |
Event Coverage | event_coverage |
Event Gaps | event_gaps |
Event midpoints | event_midpoints |
Event Overlaps | event_overlaps |
Event Range | event_range |
Event Tables | events |
Fill Event Gaps | collapse_event_gaps fill_event_gaps |
Find Intersecting Events | find_intersecting_events |
Fish Movements | fishmotion |
Validate Event Table | is_events |
Dungeness River (NetMap) | netmap |
Plot Events as Bar Plots | plot_events |
Plot Events as Bars | plot_events_single |
Quinault River Survey | quinault |
Read File as Event Table | read_events |
Sample Events | sample_events |
Generate Sequential Events | seq_events |
Simple Event Table | simple |
Sorted Events | is_unsorted_events sort_events |
Convert event endpoints to dates | to_date |
Convert event endpoints to date-times | to_datetime |
Transform Events | transform_events |