OpenDroneMap / FIELDimageR

FIELDimageR: A R package to analyze orthomosaic images from agricultural field trials. This package is a compilation of functions to analyze pos-mosaicking images from research fields, and allows to: crop the image; remove soil effect; build vegetation indices; rotate the image; build the plot shapefile; extract information for each plot; and evaluate stand count, canopy percentage, and plant height.
GNU General Public License v2.0
237 stars 89 forks source link

Add scales package #1

Closed pierotofy closed 4 years ago

pierotofy commented 4 years ago

Without this package I couldn't execute the EX1.Crop <- fieldCrop(mosaic=EX1)` command: Error in loadNamespace(name) : there is no package called ?scales?

Chris-Schnaufer commented 4 years ago

@pierotofy It looks like this PR can be closed since the README contains the suggested change

pierotofy commented 4 years ago

Yes, correct. Thanks!