[QGIS Commit] [qgis/QGIS] 7165e8: [processing] R improvements

GitHub noreply at github.com
Mon Nov 11 14:03:26 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/qgis/QGIS
  Commit: 7165e882cd3d25df70c41d4c725cb261276d1e12
      https://github.com/qgis/QGIS/commit/7165e882cd3d25df70c41d4c725cb261276d1e12
  Author: Victor Olaya <volayaf at gmail.com>
  Date:   2013-11-11 (Mon, 11 Nov 2013)

  Changed paths:
    R python/plugins/processing/r/scripts/Advanced_Raster_histogram.rsx
    A python/plugins/processing/r/scripts/Advanced_raster_histogram.rsx.help
    A python/plugins/processing/r/scripts/Characteristic_hull_method.rsx
    A python/plugins/processing/r/scripts/Characteristic_hull_method.rsx.help
    R python/plugins/processing/r/scripts/Compute_Ripley-Rasson_spatial_domain.rsx
    R python/plugins/processing/r/scripts/Create_random_sampling_grid.rsx
    R python/plugins/processing/r/scripts/Create_regular_sampling_grid.rsx
    A python/plugins/processing/r/scripts/Dotplot.rsx
    A python/plugins/processing/r/scripts/Dotplot.rsx.help
    A python/plugins/processing/r/scripts/F_function.rsx
    A python/plugins/processing/r/scripts/F_function.rsx.help
    R python/plugins/processing/r/scripts/F_function_-_distance_from_a_point_to_nearest_event.rsx
    R python/plugins/processing/r/scripts/Field_dotplot.rsx
    R python/plugins/processing/r/scripts/Field_histogram.rsx
    R python/plugins/processing/r/scripts/Field_summary_statistics.rsx
    R python/plugins/processing/r/scripts/Field_table_of_counts.rsx
    A python/plugins/processing/r/scripts/Frequency_table.rsx
    A python/plugins/processing/r/scripts/Frequency_table.rsx.help
    A python/plugins/processing/r/scripts/G_function.rsx
    A python/plugins/processing/r/scripts/G_function.rsx.help
    R python/plugins/processing/r/scripts/G_function_-_distance_to_nearest_event.rsx
    A python/plugins/processing/r/scripts/Histogram.rsx
    A python/plugins/processing/r/scripts/Histogram.rsx.help
    R python/plugins/processing/r/scripts/K_function_-_Ripley_K.rsx
    A python/plugins/processing/r/scripts/Kernel_h_ref.rsx
    A python/plugins/processing/r/scripts/Kernel_h_ref.rsx.help
    R python/plugins/processing/r/scripts/Kolmogorov-Smirnov_normality_test.rsx
    A python/plugins/processing/r/scripts/Kolmogrov-Smirnov_test.rsx
    A python/plugins/processing/r/scripts/Kolmogrov-Smirnov_test.rsx.help
    A python/plugins/processing/r/scripts/Minimum_convex_polygon.rsx
    A python/plugins/processing/r/scripts/Minimum_convex_polygon.rsx.help
    A python/plugins/processing/r/scripts/Monte-Carlo_spatial_randomness.rsx
    A python/plugins/processing/r/scripts/Monte-Carlo_spatial_randomness.rsx.help
    M python/plugins/processing/r/scripts/Quadrat_analysis.rsx
    A python/plugins/processing/r/scripts/Quadrat_analysis.rsx.help
    A python/plugins/processing/r/scripts/Random_sampling_grid.rsx
    A python/plugins/processing/r/scripts/Random_sampling_grid.rsx.help
    M python/plugins/processing/r/scripts/Raster_histogram.rsx
    A python/plugins/processing/r/scripts/Raster_histogram.rsx.help
    A python/plugins/processing/r/scripts/Regular_sampling_grid.rsx
    A python/plugins/processing/r/scripts/Regular_sampling_grid.rsx.help
    A python/plugins/processing/r/scripts/Relative_distribution_(distance_covariate).rsx
    A python/plugins/processing/r/scripts/Relative_distribution_(distance_covariate).rsx.help
    A python/plugins/processing/r/scripts/Relative_distribution_(raster_covariate).rsx
    A python/plugins/processing/r/scripts/Relative_distribution_(raster_covariate).rsx.help
    A python/plugins/processing/r/scripts/Ripley_-_Rasson_spatial_domain.rsx
    A python/plugins/processing/r/scripts/Ripley_-_Rasson_spatial_domain.rsx.help
    A python/plugins/processing/r/scripts/Single-linkage_cluster_analysis.rsx
    A python/plugins/processing/r/scripts/Single-linkage_cluster_analysis.rsx.help
    A python/plugins/processing/r/scripts/Summary_statistics.rsx
    A python/plugins/processing/r/scripts/Summary_statistics.rsx.help

  Log Message:
  -----------
  [processing] R improvements

This commit:

Deletes Example scripts

Replaces Example scripts with more up to date versions

Adds general categories for r scripts: Basic statistics, Vector processing, Raster processing and Point pattern analysis

adds help files to all r scripts

Adds a groups of r scripts entitled Home range analysis, that includes Kernel href, LSCV Kernel, Minimum convex polygon, single linkage cluster analysis and characteristic hull method, using adehabitatHR()

Adds the following R scripts contributed by Yury Ryabov ( riabovvv(at)gmail.com ): Advanced raster histogram, Monte carlo spatial randomness, Relative distribution (distance covariate), Relative distribution (raster covariate),





More information about the QGIS-commit mailing list