Skip to content

Commit d1e4807

Browse files
ghtmttnyalldawson
authored andcommittedJul 29, 2020
enhance nearest neighbour analysis description
1 parent 40f21ab commit d1e4807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/analysis/processing/qgsalgorithmnearestneighbouranalysis.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ QString QgsNearestNeighbourAnalysisAlgorithm::groupId() const
4848
QString QgsNearestNeighbourAnalysisAlgorithm::shortHelpString() const
4949
{
5050
return QObject::tr( "This algorithm performs nearest neighbor analysis for a point layer.\n\n"
51+
"The output allows to understand how you data are distributed (clustered, randomly or distributed).\n\n"
5152
"Output is generated as an HTML file with the computed statistical values." );
5253
}
5354

0 commit comments

Comments
 (0)
Please sign in to comment.