NEWS | R Documentation |
pixelclasser News
Changes in version 1.1.1
Using _PACKAGE in pixelclasser-package.R to obtain correct access to the package overview file. Required after changes in roxygen2 behaviour.
Changes in version 1.1.0
NEW FEATURES
The class names of all objects created by functions in pixelclasser now start with
pixel_
. The internal structure did not change, however, so it is safe to change the class of any object created with version 1.0 into the new classes withclass(my_object) <- "new_class_name"
.Functions
is_()
andsummary()
(S3) were added for the classes created bypixelclasser
.
DEPRECATED
Functions
create_rule()
,create_subclass()
andcreate_class()
were replaced bypixel_rule()
,pixel_subclass()
andpixel_class()
, to make the name of the object constructors equal to the class name.