Method: SpatialStats::Local::GetisOrd#x
- Defined in:
- lib/spatial_stats/local/getis_ord.rb
#x ⇒ Array Also known as: z
Values of the field queried from the scope
64 65 66 |
# File 'lib/spatial_stats/local/getis_ord.rb', line 64 def x @x ||= SpatialStats::Queries::Variables.query_field(@scope, @field) end |