Man pages for hejtmy/navr
Collection of functions that find typical use in human navigation cognitive paradigms

add_angle_differencesAdds extra diff column to each column that has "rotation" in...
add_area_boundariesValidates and adds area boudaries
add_areasAdds information about what area does the current position...
add_columns_navrAdds all necessary columns to the navr object
add_distancesAdds distance and cumulative distances (distance_total)...
add_speedsAdds speed column
add_time_columnsAdd time_since_start and time_diff columns
add_time_diffsAdds tiems since start column to the navr object
add_times_since_startAdds tiems since start column to the navr object
angle_diffCalculates angular difference between passed angle matrices
angle_from_positionsCalculates angle from two 2d positions
angle_to_180Converts angle to -180 to 180 difference
angle_to_360converts positive and negative angles to 0-360
angle_to_radianConverts angle to radian
animate_pathAnimates plot built with plot_path function
AreaObjectDefinition of an area object used in designating area...
calculate_angle_differencesCreates a series of angle_diffs conversted to degrees of...
calculate_areas_timeCalculates time spent in each of encoded areas
calculate_distancesCalculates distances froma x and y vectors
calculate_speedsCalcualtes vector of doubles with speeds
calculate_time_diffsCalculates time differences between timestamps
calculate_times_since_startCalculates times since start
create_minimal_plotReturns blank plot
create_void_plotCreates empty plot with invisible theme to clearly plot paths...
euclid_distanceEuclidian distance between two points
euclid_distance_between_rowsEucilidan distance covered between each row
filter_timesFilters navr object to only include times in between
geom_navr_areaReturns area ploygon to be plotted
geom_navr_backgroundGGplot geom to add custom PNG background to the plot
geom_navr_circleCreates geom of a circle to be inserted into the graph
geom_navr_directionAdds arrow pointing from a point in a specified angle
geom_navr_heatmapgeom to add stat_density2d position heatmap
geom_navr_limitsAdds limits to the plot from the area_boundaries list field
geom_navr_obj_timeseriesAdds timeseries to the given plot from navr object based on...
geom_navr_pathGeom of plotting navr path
geom_navr_path_eventsPlots positions of given events on a path
geom_navr_path_limitsAdds limits based on the range of path plus and minus padding
geom_navr_path_pointsPlots position points at designated times
geom_navr_path_rotationAdds rotational information to the path data
geom_navr_path_segmentsPlots paths during certain timewindows
geom_navr_pointsGGplot geom to add specified points to the given plot
geom_navr_timeseriesAdds timeseries to the given plot
geom_navr_timeseries_eventsDraws vectical lines at times of given events
geom_position_heatmapgeom to add stat_density2d position heatmap
get_area_positionReturns only data with area
get_area_visitsReturns indices of when an area was entered for the first...
get_distances.navrGets distance column from the object
get_speeds.navrGets speed column from the object
get_time_diffs.navrReturns time_diffs column from the data if it has been...
get_times_since_start.navrReturns time since start column from the navr object if it...
has_areasReturns if the areas have already been calculated on the...
is_in_areaReturns if given position is within area or not
is_navr_dataChecks if the data are valid
load_position_dataLoads and checks position data into navr object
NavrObjectNavr Object
pick_unreal_speedsFinds indices of impossible speed values
plot_pathPlots path of dataset
plot_path.navrplots the _x and _X coordinates
plot_position_heatmapPlots position heatmap with given granularity
plot_position_heatmap.navrPlots position heatmap with given granularity
plot_speedPLots speed values in time
prepare_navrAdds all necessary columns to the navr object
radian_to_angleConverts Pi radian angle to degrees
remove_unreal_speedsShorthand for picking speeds and then recalculating object
rolling_sumCalculates rolling sum of a vector across N points
search_deliberation_stopsSearches for deliberation stop times and durations (time of...
search_onsetsSearches for movement onsets and returns time since start for...
search_stopsSearches for movement stops and returns time since start for...
search_stops_speeds_timesSearches for times of stillness from passed speeds and time...
smooth_positionsSmooths positions of a given boject
smooth_speedSmooths speed
smooth_vectorSmooths positions of given vector
vector_from_angleCreates x y coordinate of point position given angle X
hejtmy/navr documentation built on July 19, 2024, 1:01 a.m.